Home
last modified time | relevance | path

Searched refs:over4g (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/x86/platform/efi/
Defi.c374 bool over4g = false; in efi_systab_init() local
394 over4g = systab64->runtime > U32_MAX; in efi_systab_init()
408 over4g |= data->fw_vendor > U32_MAX || in efi_systab_init()
416 over4g |= systab64->fw_vendor > U32_MAX || in efi_systab_init()
434 if (IS_ENABLED(CONFIG_X86_32) && over4g) { in efi_systab_init()