Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Defi.c39 static bool __initdata code_is_misaligned; in create_mapping_protection() local
49 code_is_misaligned |= (type == EFI_RUNTIME_SERVICES_CODE); in create_mapping_protection()
51 return code_is_misaligned ? pgprot_val(PAGE_KERNEL_EXEC) in create_mapping_protection()