Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/include/linux/
Defi.h55 #define __efiapi __attribute__((ms_abi)) macro
57 #define __efiapi __attribute__((regparm(0))) macro
59 #define __efiapi macro