Searched refs:TRAP_ADDR (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/utest/hypervisor/
H A Dconstants_priv.h15 #define TRAP_ADDR (VMO_SIZE - PAGE_SIZE * 2) macro
H A Darm64.S193 mov x0, TRAP_ADDR
H A Dguest.cpp599 // Trap on access of TRAP_ADDR.
600 ASSERT_EQ(test.guest.set_trap(ZX_GUEST_TRAP_MEM, TRAP_ADDR, PAGE_SIZE, zx::port(), kTrapKey),
627 // Trap on access of TRAP_ADDR.
628 ASSERT_EQ(test.guest.set_trap(ZX_GUEST_TRAP_BELL, TRAP_ADDR, PAGE_SIZE, port, kTrapKey),
639 EXPECT_EQ(packet.guest_bell.addr, TRAP_ADDR);
H A Dx86.S395 movq $0, (TRAP_ADDR)

Completed in 29 milliseconds