Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
A Dmm.c147 void *bp_base; in hyp_map_vectors() local
153 bp_base = (void *)__pkvm_create_private_mapping(phys, in hyp_map_vectors()
156 if (IS_ERR_OR_NULL(bp_base)) in hyp_map_vectors()
157 return PTR_ERR(bp_base); in hyp_map_vectors()
159 __hyp_bp_vect_base = bp_base; in hyp_map_vectors()
/linux/arch/x86/include/asm/
A Dbootparam_utils.h53 char *bp_base = (char *)boot_params; in sanitize_boot_params() local
83 bp_base + to_save[i].start, to_save[i].len); in sanitize_boot_params()

Completed in 3 milliseconds