Searched refs:EFI_EVT_TIMER (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | efi-stub-helper.c | 688 status = efi_bs_call(create_event, EFI_EVT_TIMER, 0, NULL, NULL, &timer); in efi_wait_for_key()
|
H A D | efistub.h | 166 #define EFI_EVT_TIMER 0x80000000U macro
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | efi-stub-helper.c | 634 status = efi_bs_call(create_event, EFI_EVT_TIMER, 0, NULL, NULL, &timer); in efi_wait_for_key()
|
H A D | efistub.h | 214 #define EFI_EVT_TIMER 0x80000000U macro
|
Completed in 7 milliseconds