Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dalternative.h34 void __init apply_early_boot_alternatives(void);
67 static inline void apply_early_boot_alternatives(void) { } in apply_early_boot_alternatives() function
/linux/arch/riscv/kernel/
H A Dalternative.c225 void __init apply_early_boot_alternatives(void) in apply_early_boot_alternatives() function
/linux/arch/riscv/mm/
H A Dinit.c1185 apply_early_boot_alternatives(); in setup_vm()