Home
last modified time | relevance | path

Searched defs:__efiapi (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/firmware/efi/libstub/
Defistub.h180 efi_char16_t *(__efiapi *convert_device_node_to_text)( member
183 efi_char16_t *(__efiapi *convert_device_path_to_text)( member
198 (__efiapi *convert_text_to_device_node)(const efi_char16_t *); member
200 (__efiapi *convert_text_to_device_path)(const efi_char16_t *); member
323 void (__efiapi *copy_mem)(void *, const void *, unsigned long); member
324 void (__efiapi *set_mem)(void *, unsigned long, unsigned char); member
/linux-6.6.21/include/linux/
Defi.h54 #define __efiapi __attribute__((ms_abi)) macro
56 #define __efiapi __attribute__((regparm(0))) macro
58 #define __efiapi macro