Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dbootparam_utils.h53 char *bp_base = (char *)boot_params; in sanitize_boot_params() local
84 bp_base + to_save[i].start, to_save[i].len); in sanitize_boot_params()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmm.c213 unsigned long bp_base; in hyp_map_vectors() local
223 PAGE_HYP_EXEC, &bp_base); in hyp_map_vectors()
227 __hyp_bp_vect_base = (void *)bp_base; in hyp_map_vectors()