Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c333 ARMPauthFeature pauth_feature = cpu_isar_feature(pauth_feature, cpu); in pauth_addpac() local
357 if (pauth_feature >= PauthFeat_2) { in pauth_addpac()
359 } else if (pauth_feature == PauthFeat_EPAC) { in pauth_addpac()
374 if (pauth_feature >= PauthFeat_2) { in pauth_addpac()
415 ARMPauthFeature pauth_feature = cpu_isar_feature(pauth_feature, cpu); in pauth_auth() local
427 if (pauth_feature >= PauthFeat_2) { in pauth_auth()
432 if (pauth_feature >= fault_feature in pauth_auth()
/openbmc/qemu/target/arm/
H A Dcpu64.c477 ARMPauthFeature features = cpu_isar_feature(pauth_feature, cpu); in arm_cpu_pauth_finalize()