Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c333 uint64_t pac, ext_ptr, ext, test; in pauth_addpac() local
348 pac = pauth_computepac(env, ext_ptr, modifier, *key); in pauth_addpac()
359 pac = 0; in pauth_addpac()
365 pac ^= MAKE_64BIT_MASK(top_bit - 2, 1); in pauth_addpac()
374 pac ^= ptr; in pauth_addpac()
378 pac &= MAKE_64BIT_MASK(bot_bit, 54 - bot_bit + 1); in pauth_addpac()
381 pac &= ~(MAKE_64BIT_MASK(55, 1) | MAKE_64BIT_MASK(0, bot_bit)); in pauth_addpac()
384 return pac | ext | ptr; in pauth_addpac()
416 uint64_t pac, orig_ptr, cmp_mask; in pauth_auth() local
419 pac = pauth_computepac(env, orig_ptr, modifier, *key); in pauth_auth()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A D0002-arm64-add-pac-mask-to-better-support-gdb-stack-unwin.patch4 Subject: [PATCH] arm64: add pac mask to better support gdb stack unwind
28 Upstream-Status: Backport [0f39e33 arm64: add pac mask to better support gdb stack unwind]
H A D0005-Fix-build-failure-on-32bit-machine-i686.patch23 Fixes: 0f39e33d3504 ("arm64: add pac mask to better support gdb stack unwind")
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A D0001-Disable-libunwind-cross-architecture-unwinding.patch10 it helps compiling with the -mbranch-protection=pac or -mbranch-protection=standard flags
/openbmc/qemu/target/arm/
H A Ddebug_helper.c262 int pac, hmc, ssc, wt, lbn; in bp_wp_matches() local
306 pac = FIELD_EX64(cr, DBGWCR, PAC); in bp_wp_matches()
334 if (extract32(pac, 0, 1) == 0) { in bp_wp_matches()
339 if (extract32(pac, 1, 1) == 0) { in bp_wp_matches()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0008-Remove-Werror-flag.patch54 # branch-protection enables bti/pac while compile force-bti tells the linker to
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/
H A Dcrash.inc26 file://0002-arm64-add-pac-mask-to-better-support-gdb-stack-unwin.patch \