/openbmc/qemu/target/sparc/ |
H A D | cpu-param.h | 12 # define TARGET_PAGE_BITS 13 /* 8k */ macro 21 # define TARGET_PAGE_BITS 12 /* 4k */ macro
|
/openbmc/qemu/target/arm/ |
H A D | cpu-param.h | 25 # define TARGET_PAGE_BITS 12 macro 32 # define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/cris/ |
H A D | cpu-param.h | 12 #define TARGET_PAGE_BITS 13 macro
|
/openbmc/qemu/target/tricore/ |
H A D | cpu-param.h | 12 #define TARGET_PAGE_BITS 14 macro
|
/openbmc/qemu/target/m68k/ |
H A D | cpu-param.h | 17 #define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu-param.h | 21 #define TARGET_PAGE_BITS 16 /* 64K pages */ macro
|
/openbmc/qemu/target/rx/ |
H A D | cpu-param.h | 23 #define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/sh4/ |
H A D | cpu-param.h | 12 #define TARGET_PAGE_BITS 12 /* 4k */ macro
|
/openbmc/qemu/target/s390x/ |
H A D | cpu-param.h | 12 #define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/avr/ |
H A D | cpu-param.h | 31 #define TARGET_PAGE_BITS 8 macro
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu-param.h | 12 #define TARGET_PAGE_BITS 13 macro
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu-param.h | 15 #define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu-param.h | 12 #define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/hppa/ |
H A D | cpu-param.h | 22 #define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu-param.h | 30 #define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/riscv/ |
H A D | cpu-param.h | 20 #define TARGET_PAGE_BITS 12 /* 4 KiB Pages */ macro
|
/openbmc/qemu/target/i386/ |
H A D | cpu-param.h | 25 #define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/alpha/ |
H A D | cpu-param.h | 26 # define TARGET_PAGE_BITS 13 macro
|
/openbmc/qemu/target/mips/ |
H A D | cpu-param.h | 27 #define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/target/ppc/ |
H A D | cpu-param.h | 40 # define TARGET_PAGE_BITS 12 macro
|
/openbmc/qemu/include/exec/ |
H A D | cpu-all.h | 144 # define TARGET_PAGE_BITS ({ assert(target_page.decided); \ macro 149 # define TARGET_PAGE_BITS target_page.bits macro
|