drivers/firmware/efi/libstub/x86-stub.h

Source file repositories/reference/linux-study-clean/drivers/firmware/efi/libstub/x86-stub.h

File Facts

System
Linux kernel
Corpus path
drivers/firmware/efi/libstub/x86-stub.h
Extension
.h
Size
495 bytes
Lines
18
Domain
Driver Families
Bucket
drivers/firmware
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

static inline efi_status_t efi_setup_5level_paging(void) { return EFI_SUCCESS; }
static inline void efi_5level_switch(void) {}
#endif

Annotation

Implementation Notes