Searched refs:pac (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | anycast.c | 88 if (!pac) in ipv6_sock_ac_join() 144 pac = NULL; in ipv6_sock_ac_join() 148 if (pac) in ipv6_sock_ac_join() 149 sock_kfree_s(sk, pac, sizeof(*pac)); in ipv6_sock_ac_join() 166 for (pac = np->ipv6_ac_list; pac; pac = pac->acl_next) { in ipv6_sock_ac_drop() 170 prev_pac = pac; in ipv6_sock_ac_drop() 172 if (!pac) in ipv6_sock_ac_drop() 183 sock_kfree_s(sk, pac, sizeof(*pac)); in ipv6_sock_ac_drop() 200 while (pac) { in __ipv6_sock_ac_close() 209 sock_kfree_s(sk, pac, sizeof(*pac)); in __ipv6_sock_ac_close() [all …]
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | pauth.c | 35 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()
|
| /linux-6.15/tools/testing/selftests/arm64/pauth/ |
| H A D | Makefile | 9 CFLAGS += -mbranch-protection=pac-ret 20 TEST_GEN_PROGS := pac 43 $(OUTPUT)/pac: pac.c $(OUTPUT)/pac_corruptor.o $(OUTPUT)/helper.o
|
| H A D | .gitignore | 2 pac
|
| /linux-6.15/arch/arm64/ |
| H A D | Makefile | 82 KBUILD_CFLAGS += -mbranch-protection=pac-ret+bti 83 KBUILD_RUSTFLAGS += -Zbranch-protection=bti,pac-ret 85 KBUILD_RUSTFLAGS += -Zbranch-protection=pac-ret 87 KBUILD_CFLAGS += -mbranch-protection=pac-ret
|
| H A D | Kconfig | 2017 def_bool $(cc-option,-mbranch-protection=pac-ret+leaf) 2121 def_bool $(cc-option,-mbranch-protection=pac-ret+leaf+bti)
|