Searched refs:efi_thunk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi_64.c | 508 #define efi_thunk(func...) \ macro 596 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable() 625 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable() 656 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable_nonblocking() 686 status = efi_thunk(get_next_variable, phys_name_size, in efi_thunk_get_next_variable() 712 efi_thunk(reset_system, reset_type, status, data_size, phys_data); in efi_thunk_reset_system() 747 status = efi_thunk(query_variable_info, attr, phys_storage, in efi_thunk_query_variable_info() 774 status = efi_thunk(query_variable_info, attr, phys_storage, in efi_thunk_query_variable_info_nonblocking()
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | efi_64.c | 541 #define efi_thunk(func...) \ macro 629 status = efi_thunk(get_variable, phys_name, phys_vendor, in efi_thunk_get_variable() 658 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable() 689 status = efi_thunk(set_variable, phys_name, phys_vendor, in efi_thunk_set_variable_nonblocking() 719 status = efi_thunk(get_next_variable, phys_name_size, in efi_thunk_get_next_variable() 745 efi_thunk(reset_system, reset_type, status, data_size, phys_data); in efi_thunk_reset_system() 780 status = efi_thunk(query_variable_info, attr, phys_storage, in efi_thunk_query_variable_info() 807 status = efi_thunk(query_variable_info, attr, phys_storage, in efi_thunk_query_variable_info_nonblocking()
|
Completed in 3 milliseconds