Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Defi.c347 bool over4g = false; in efi_systab_init() local
367 over4g = systab64->runtime > U32_MAX; in efi_systab_init()
381 over4g |= data->fw_vendor > U32_MAX || in efi_systab_init()
389 over4g |= systab64->fw_vendor > U32_MAX || in efi_systab_init()
407 if (IS_ENABLED(CONFIG_X86_32) && over4g) { in efi_systab_init()
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Defi.c376 bool over4g = false; in efi_systab_init() local
396 over4g = systab64->runtime > U32_MAX; in efi_systab_init()
410 over4g |= data->fw_vendor > U32_MAX || in efi_systab_init()
418 over4g |= systab64->fw_vendor > U32_MAX || in efi_systab_init()
436 if (IS_ENABLED(CONFIG_X86_32) && over4g) { in efi_systab_init()

Completed in 3 milliseconds