Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/kvm/
Dhypercalls.c111 &smccc_feat->std_hyp_bmap); in kvm_smccc_test_fw_bmap()
332 &smccc_feat->std_hyp_bmap)) in kvm_smccc_call_handler()
387 smccc_feat->std_hyp_bmap = KVM_ARM_SMCCC_STD_HYP_FEATURES; in kvm_arm_init_hypercalls()
485 val = READ_ONCE(smccc_feat->std_hyp_bmap); in kvm_arm_get_fw_reg()
513 fw_reg_bmap = &smccc_feat->std_hyp_bmap; in kvm_arm_set_fw_reg_bmap()
/linux-6.6.21/arch/arm64/include/asm/
Dkvm_host.h194 unsigned long std_hyp_bmap; member