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

/u-boot/lib/efi_selftest/
H A Defi_selftest_set_virtual_address_map.c7 * This test checks the notification of EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
28 * This function is called when the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event
88 ret = boottime->create_event(EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE,
176 * The triggering of the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event is checked via
192 efi_st_error("EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE triggered %d times\n",
/u-boot/lib/efi_loader/
H A Defi_var_mem.c235 ret = efi_create_event(EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE, TPL_CALLBACK,
H A Defi_boottime.c737 case EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE:
809 case EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE:
2227 /* Remove all events except EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE */
2229 if (evt->type != EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE)
/u-boot/include/
H A Defi_api.h46 #define EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE 0x60000202 macro

Completed in 51 milliseconds