OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_mmu_index
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
softmmu_outside_jit.c
32
#define
CPU_MMU_INDEX
(
cpu_mmu_index
(env))
46
#undef
CPU_MMU_INDEX
softmmu_header.h
52
#define
CPU_MMU_INDEX
ACCESS_TYPE
56
#define
CPU_MMU_INDEX
(
cpu_mmu_index
(env))
61
#define
CPU_MMU_INDEX
(
cpu_mmu_index
(env))
92
mmu_idx =
CPU_MMU_INDEX
;
113
mmu_idx =
CPU_MMU_INDEX
;
138
mmu_idx =
CPU_MMU_INDEX
;
204
#undef
CPU_MMU_INDEX
exec-all.h
395
mmu_idx =
cpu_mmu_index
(env1);
/external/qemu/target-arm/
cpu.h
464
static inline int
cpu_mmu_index
(CPUState *env)
function
op_helper.c
482
int user =
cpu_mmu_index
(env);
/external/qemu/target-mips/
cpu.h
497
static inline int
cpu_mmu_index
(CPUState *env)
function
/external/qemu/target-i386/
cpu.h
872
static inline int
cpu_mmu_index
(CPUState *env)
function
Completed in 77 milliseconds