Home
last modified time | relevance | path

Searched defs:TARGET_PAGE_BITS (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dcpu-param.h12 # define TARGET_PAGE_BITS 13 /* 8k */ macro
21 # define TARGET_PAGE_BITS 12 /* 4k */ macro
/openbmc/qemu/target/openrisc/
H A Dcpu-param.h12 #define TARGET_PAGE_BITS 13 macro
/openbmc/qemu/target/alpha/
H A Dcpu-param.h12 #define TARGET_PAGE_BITS 13 macro
/openbmc/qemu/target/avr/
H A Dcpu-param.h31 #define TARGET_PAGE_BITS 8 macro
/openbmc/qemu/target/cris/
H A Dcpu-param.h12 #define TARGET_PAGE_BITS 13 macro
/openbmc/qemu/target/tricore/
H A Dcpu-param.h12 #define TARGET_PAGE_BITS 14 macro
/openbmc/qemu/target/s390x/
H A Dcpu-param.h12 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/m68k/
H A Dcpu-param.h17 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/hexagon/
H A Dcpu-param.h21 #define TARGET_PAGE_BITS 16 /* 64K pages */ macro
/openbmc/qemu/target/rx/
H A Dcpu-param.h23 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/loongarch/
H A Dcpu-param.h15 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/sh4/
H A Dcpu-param.h12 #define TARGET_PAGE_BITS 12 /* 4k */ macro
/openbmc/qemu/target/xtensa/
H A Dcpu-param.h12 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/nios2/
H A Dcpu-param.h12 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/hppa/
H A Dcpu-param.h22 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/i386/
H A Dcpu-param.h25 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/microblaze/
H A Dcpu-param.h30 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/riscv/
H A Dcpu-param.h20 #define TARGET_PAGE_BITS 12 /* 4 KiB Pages */ macro
/openbmc/qemu/target/ppc/
H A Dcpu-param.h34 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/mips/
H A Dcpu-param.h27 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/target/arm/
H A Dcpu-param.h22 #define TARGET_PAGE_BITS 12 macro
/openbmc/qemu/include/exec/
H A Dcpu-all.h158 #define TARGET_PAGE_BITS ({ assert(target_page.decided); target_page.bits; }) macro
162 #define TARGET_PAGE_BITS target_page.bits macro