Home
last modified time | relevance | path

Searched refs:LOW_ADDR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dva_high_addr_switch.c43 #define LOW_ADDR ((void *) (1UL << 30)) macro
112 .addr = LOW_ADDR,
197 .addr = LOW_ADDR,
/openbmc/qemu/tests/migration/i386/
H A Da-b-bootblock.S24 #define LOW_ADDR X86_TEST_MEM_START macro
/openbmc/linux/tools/testing/selftests/x86/
H A Dlam.c48 #define LOW_ADDR (0x1UL << 30) macro
909 .addr = LOW_ADDR,
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c2119 #define LOW_ADDR(x) (((unsigned long) &(x)) & 0xff) macro
2127 = (void *) LOW_ADDR(__secondary_hold_spinloop); in prom_hold_cpus()
2129 = (void *) LOW_ADDR(__secondary_hold_acknowledge); in prom_hold_cpus()
2130 unsigned long secondary_hold = LOW_ADDR(__secondary_hold); in prom_hold_cpus()