OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IO_MEM_UNASSIGNED
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
cpu-common.h
111
#define
IO_MEM_UNASSIGNED
(2 << IO_MEM_SHIFT)
exec.c
378
pd[i].phys_offset =
IO_MEM_UNASSIGNED
;
[
all
...]
kvm-all.c
677
if (flags >=
IO_MEM_UNASSIGNED
) {
698
if (flags <
IO_MEM_UNASSIGNED
&& start_addr >= mem->start_addr &&
727
flags <
IO_MEM_UNASSIGNED
) {
788
if (flags >=
IO_MEM_UNASSIGNED
)
/external/qemu/hw/
sysbus.c
45
IO_MEM_UNASSIGNED
);
pci.c
303
IO_MEM_UNASSIGNED
);
421
IO_MEM_UNASSIGNED
);
Completed in 19 milliseconds