Searched refs:rel_type (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/mm/kasan/ | 
| D | report.c | 143 	const char *rel_type;  in describe_object_addr()  local154 		rel_type = "to the left";  in describe_object_addr()
 157 		rel_type = "to the right";  in describe_object_addr()
 160 		rel_type = "inside";  in describe_object_addr()
 166 		rel_bytes, rel_type, cache->object_size, (void *)object_addr,  in describe_object_addr()
 
 | 
| /Linux-v5.10/arch/x86/tools/ | 
| D | relocs.c | 194 static const char *rel_type(unsigned type)  in rel_type()  function639 				rel_type(ELF_R_TYPE(rel->r_info)),  in print_absolute_relocs()
 829 			    rel_type(r_type), symname);  in do_reloc64()
 850 		    rel_type(r_type), r_type);  in do_reloc64()
 886 			    rel_type(r_type), symname);  in do_reloc32()
 895 		    rel_type(r_type), r_type);  in do_reloc32()
 938 		    rel_type(r_type), symname);  in do_reloc_real()
 961 		    rel_type(r_type), symname);  in do_reloc_real()
 966 		    rel_type(r_type), r_type);  in do_reloc_real()
 1089 		rel_type(ELF_R_TYPE(rel->r_info)),  in do_reloc_info()
 
 | 
| /Linux-v5.10/net/ipv6/ | 
| D | ip6_tunnel.c | 502 	u8 rel_type = ICMPV6_DEST_UNREACH;  in ip6_tnl_err()  local570 			rel_type = ICMPV6_PKT_TOOBIG;  in ip6_tnl_err()
 583 	*type = rel_type;  in ip6_tnl_err()
 601 	u8 rel_type = type;  in ip4ip6_err()  local
 606 	err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code,  in ip4ip6_err()
 614 	switch (rel_type) {  in ip4ip6_err()
 618 		rel_type = ICMP_DEST_UNREACH;  in ip4ip6_err()
 624 		rel_type = ICMP_DEST_UNREACH;  in ip4ip6_err()
 672 	if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) {  in ip4ip6_err()
 679 	icmp_send(skb2, rel_type, rel_code, htonl(rel_info));  in ip4ip6_err()
 [all …]
 
 | 
| /Linux-v5.10/arch/mips/boot/tools/ | 
| D | relocs.c | 60 static const char *rel_type(unsigned type)  in rel_type()  function544 		    rel_type(r_type), r_type);  in do_reloc()
 642 		rel_type(ELF_R_TYPE(rel->r_info)),  in do_reloc_info()
 
 | 
| /Linux-v5.10/drivers/pci/ | 
| D | setup-bus.c | 1593 					     enum release_type rel_type)  in pci_bus_release_bridge_resources()  argument1608 		if (rel_type == whole_subtree)  in pci_bus_release_bridge_resources()
 1619 	if ((rel_type == whole_subtree) || is_leaf_bridge)  in pci_bus_release_bridge_resources()
 1759 	enum release_type rel_type = leaf_only;  in pci_assign_unassigned_root_bus_resources()  local
 1812 		rel_type = whole_subtree;  in pci_assign_unassigned_root_bus_resources()
 1821 						 rel_type);  in pci_assign_unassigned_root_bus_resources()
 
 | 
| /Linux-v5.10/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_execbuf.c | 104 	enum vmw_resource_relocation_type rel_type:3;522 				       rel_type)  in vmw_resource_relocation_add()
 534 	rel->rel_type = rel_type;  in vmw_resource_relocation_add()
 570 		switch (rel->rel_type) {  in vmw_resource_relocations_apply()
 
 |