Searched refs:TRAP_ADDR (Results 1 – 4 of 4) sorted by relevance
| /system/utest/hypervisor/ |
| A D | constants_priv.h | 15 #define TRAP_ADDR (VMO_SIZE - PAGE_SIZE * 2) macro
|
| A D | arm64.S | 200 mov x0, TRAP_ADDR
|
| A D | guest.cpp | 744 ASSERT_EQ(test.guest.set_trap(ZX_GUEST_TRAP_MEM, TRAP_ADDR, PAGE_SIZE, zx::port(), kTrapKey), in guest_set_trap_with_mem() 772 ASSERT_EQ(test.guest.set_trap(ZX_GUEST_TRAP_BELL, TRAP_ADDR, PAGE_SIZE, port, kTrapKey), in guest_set_trap_with_bell() 783 EXPECT_EQ(packet.guest_bell.addr, TRAP_ADDR); in guest_set_trap_with_bell()
|
| A D | x86.S | 384 movq $0, (TRAP_ADDR)
|
Completed in 5 milliseconds