Searched refs:addr_p (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | unwind_frame.c | 192 unsigned long *frame, *prev_frame_end, *addr_p, addr; in update_stack_state() local 241 addr_p = unwind_get_return_address_ptr(state); in update_stack_state() 242 addr = READ_ONCE_TASK_STACK(state->task, *addr_p); in update_stack_state() 244 addr, addr_p); in update_stack_state()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | exthdrs.c | 1064 struct in6_addr **addr_p, struct in6_addr *saddr) in ipv6_push_rthdr0() argument 1080 phdr->addr[hops - 1] = **addr_p; in ipv6_push_rthdr0() 1081 *addr_p = ihdr->addr; in ipv6_push_rthdr0() 1089 struct in6_addr **addr_p, struct in6_addr *saddr) in ipv6_push_rthdr4() argument 1104 sr_phdr->segments[0] = **addr_p; in ipv6_push_rthdr4() 1105 *addr_p = &sr_ihdr->segments[sr_ihdr->segments_left]; in ipv6_push_rthdr4() 1138 struct in6_addr **addr_p, struct in6_addr *saddr) in ipv6_push_rthdr() argument 1144 ipv6_push_rthdr0(skb, proto, opt, addr_p, saddr); in ipv6_push_rthdr() 1147 ipv6_push_rthdr4(skb, proto, opt, addr_p, saddr); in ipv6_push_rthdr()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
D | qat_uclo.c | 1478 u64 *uword, unsigned int addr_p, in qat_uclo_fill_uwords() argument
|