Home
last modified time | relevance | path

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

/arch/arm64/kvm/
A Dpauth.c35 u64 mod, pac = 0; in compute_pac() local
50 PACGA(pac, ptr, mod); in compute_pac()
58 return pac; in compute_pac()
160 u64 ptr, cptr, pac, mask; in kvm_auth_eretax() local
183 pac = compute_pac(vcpu, cptr, ikey); in kvm_auth_eretax()
190 if ((pac & mask) == (ptr & mask)) { in kvm_auth_eretax()
202 cptr = ptr ^ (pac & mask); in kvm_auth_eretax()
/arch/arm64/
A DMakefile79 KBUILD_CFLAGS += -mbranch-protection=pac-ret+bti
80 KBUILD_RUSTFLAGS += -Zbranch-protection=bti,pac-ret
82 KBUILD_RUSTFLAGS += -Zbranch-protection=pac-ret
84 KBUILD_CFLAGS += -mbranch-protection=pac-ret
A DKconfig2023 def_bool $(cc-option,-mbranch-protection=pac-ret+leaf)
2111 def_bool $(cc-option,-mbranch-protection=pac-ret+leaf+bti)

Completed in 10 milliseconds