Searched refs:pac (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv6/ |
| H A D | anycast.c | 70 struct ipv6_ac_socklist *pac = NULL; in ipv6_sock_ac_join() local 90 pac = sock_kmalloc(sk, sizeof(struct ipv6_ac_socklist), GFP_KERNEL); in ipv6_sock_ac_join() 91 if (!pac) { in ipv6_sock_ac_join() 96 pac->acl_next = NULL; in ipv6_sock_ac_join() 97 pac->acl_addr = *addr; in ipv6_sock_ac_join() 139 pac->acl_ifindex = dev->ifindex; in ipv6_sock_ac_join() 155 pac->acl_next = np->ipv6_ac_list; in ipv6_sock_ac_join() 156 np->ipv6_ac_list = pac; in ipv6_sock_ac_join() 157 pac = NULL; in ipv6_sock_ac_join() 165 if (pac) in ipv6_sock_ac_join() [all …]
|
| /linux/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/arch/arm64/ |
| H A D | Makefile | 79 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
|
| /linux/tools/testing/selftests/arm64/pauth/ |
| H A D | .gitignore | 2 pac
|