Home
last modified time | relevance | path

Searched refs:HCR_API (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_ptrauth.h74 and \reg1, \reg1, #(HCR_API | HCR_APK)
86 and \reg1, \reg1, #(HCR_API | HCR_APK)
H A Dkvm_arm.h34 #define HCR_API (UL(1) << 41) macro
101 #define HCR_HOST_NVHE_FLAGS (HCR_RW | HCR_API | HCR_APK | HCR_ATA)
H A Dkvm_emulate.h129 vcpu->arch.hcr_el2 |= (HCR_API | HCR_APK); in vcpu_ptrauth_enable()
134 vcpu->arch.hcr_el2 &= ~(HCR_API | HCR_APK); in vcpu_ptrauth_disable()
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h446 val |= (HCR_API | HCR_APK); in kvm_hyp_handle_ptrauth()
/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c468 bool trap = !(hcr & HCR_API); in pauth_check_trap()
/openbmc/qemu/target/arm/
H A Dcpu.h1630 #define HCR_API (1ULL << 41) macro
H A Dhelper.c6023 valid_mask |= HCR_API | HCR_APK; in do_hcr_write()