1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _RISCV_PI_H_ 3 #define _RISCV_PI_H_ 4 5 #include <linux/types.h> 6 7 /* 8 * The following functions are exported (but p 9 * that LLVM does not complain it lacks the 's 10 * added, makes LLVM complain because the func 11 */ 12 13 u64 get_kaslr_seed(uintptr_t dtb_pa); 14 u64 get_kaslr_seed_zkr(const uintptr_t dtb_pa) 15 bool set_nokaslr_from_cmdline(uintptr_t dtb_pa 16 u64 set_satp_mode_from_cmdline(uintptr_t dtb_p 17 18 bool fdt_early_match_extension_isa(const void 19 20 #endif /* _RISCV_PI_H_ */ 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.