Lines Matching refs:boot_params
64 extern struct boot_params *boot_params;
137 void sev_enable(struct boot_params *bp);
145 static inline void sev_enable(struct boot_params *bp) in sev_enable()
213 enum efi_type efi_get_type(struct boot_params *bp);
214 unsigned long efi_get_system_table(struct boot_params *bp);
215 int efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa,
217 unsigned long efi_find_vendor_table(struct boot_params *bp,
222 static inline enum efi_type efi_get_type(struct boot_params *bp) in efi_get_type()
227 static inline unsigned long efi_get_system_table(struct boot_params *bp) in efi_get_system_table()
232 static inline int efi_get_conf_table(struct boot_params *bp, in efi_get_conf_table()
239 static inline unsigned long efi_find_vendor_table(struct boot_params *bp, in efi_find_vendor_table()