Searched refs:addr_p (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.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()
|
/Linux-v5.10/net/ipv6/ |
D | exthdrs.c | 1065 struct in6_addr **addr_p, struct in6_addr *saddr) in ipv6_push_rthdr0() argument 1081 phdr->addr[hops - 1] = **addr_p; in ipv6_push_rthdr0() 1082 *addr_p = ihdr->addr; in ipv6_push_rthdr0() 1090 struct in6_addr **addr_p, struct in6_addr *saddr) in ipv6_push_rthdr4() argument 1105 sr_phdr->segments[0] = **addr_p; in ipv6_push_rthdr4() 1106 *addr_p = &sr_ihdr->segments[sr_ihdr->segments_left]; in ipv6_push_rthdr4() 1139 struct in6_addr **addr_p, struct in6_addr *saddr) in ipv6_push_rthdr() argument 1145 ipv6_push_rthdr0(skb, proto, opt, addr_p, saddr); in ipv6_push_rthdr() 1148 ipv6_push_rthdr4(skb, proto, opt, addr_p, saddr); in ipv6_push_rthdr()
|
/Linux-v5.10/drivers/crypto/qat/qat_common/ |
D | qat_uclo.c | 1479 u64 *uword, unsigned int addr_p, in qat_uclo_fill_uwords() argument
|