OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_host_page_bits
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
cpu-all.h
733
extern unsigned long
qemu_host_page_bits
;
exec.c
169
unsigned long
qemu_host_page_bits
;
variable
256
qemu_host_page_bits
= 0;
257
while ((1 <<
qemu_host_page_bits
) < qemu_host_page_size)
258
qemu_host_page_bits
++;
[
all
...]
Completed in 28 milliseconds