Searched refs:pac (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ipv6/ |
| A D | anycast.c | 87 if (!pac) in ipv6_sock_ac_join() 143 pac = NULL; in ipv6_sock_ac_join() 147 if (pac) in ipv6_sock_ac_join() 148 sock_kfree_s(sk, pac, sizeof(*pac)); in ipv6_sock_ac_join() 165 for (pac = np->ipv6_ac_list; pac; pac = pac->acl_next) { in ipv6_sock_ac_drop() 169 prev_pac = pac; in ipv6_sock_ac_drop() 171 if (!pac) in ipv6_sock_ac_drop() 182 sock_kfree_s(sk, pac, sizeof(*pac)); in ipv6_sock_ac_drop() 199 while (pac) { in __ipv6_sock_ac_close() 208 sock_kfree_s(sk, pac, sizeof(*pac)); in __ipv6_sock_ac_close() [all …]
|
| /linux/arch/arm64/kvm/ |
| 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/tools/testing/selftests/arm64/pauth/ |
| A D | Makefile | 9 CFLAGS += -mbranch-protection=pac-ret 14 TEST_GEN_PROGS := pac 37 $(OUTPUT)/pac: pac.c $(OUTPUT)/pac_corruptor.o $(OUTPUT)/helper.o
|
| A D | .gitignore | 2 pac
|
| /linux/arch/arm64/ |
| A D | Makefile | 78 KBUILD_CFLAGS += -mbranch-protection=pac-ret+bti 79 KBUILD_RUSTFLAGS += -Zbranch-protection=bti,pac-ret 81 KBUILD_RUSTFLAGS += -Zbranch-protection=pac-ret 83 KBUILD_CFLAGS += -mbranch-protection=pac-ret
|
| A D | Kconfig | 1988 def_bool $(cc-option,-mbranch-protection=pac-ret+leaf) 2092 def_bool $(cc-option,-mbranch-protection=pac-ret+leaf+bti)
|
Completed in 16 milliseconds