Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kernel/pi/
H A Dmap_kernel.c42 bool twopass = IS_ENABLED(CONFIG_RELOCATABLE); in map_kernel() local
78 twopass |= enable_scs; in map_kernel()
79 prot = twopass ? data_prot : text_prot; in map_kernel()
82 !twopass, root_level); in map_kernel()
95 if (twopass) { in map_kernel()
/linux-6.15/drivers/firmware/efi/libstub/
H A Dfile.c208 bool twopass; in handle_cmdline_files() local
223 twopass = IS_ENABLED(CONFIG_CMDLINE_BOOL) || in handle_cmdline_files()
228 twopass = false; in handle_cmdline_files()
312 if (twopass) in handle_cmdline_files()