Home
last modified time | relevance | path

Searched refs:rel_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/mm/kasan/
H A Dreport.c297 const char *rel_type, *region_state = ""; in describe_object_addr() local
305 rel_type = "to the left"; in describe_object_addr()
308 rel_type = "to the right"; in describe_object_addr()
311 rel_type = "inside"; in describe_object_addr()
331 rel_bytes, rel_type, region_state, info->alloc_size, in describe_object_addr()
/linux-6.15/arch/x86/tools/
H A Drelocs.c210 static const char *rel_type(unsigned type) in rel_type() function
671 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs()
782 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc64()
808 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc64()
845 die("Invalid absolute %s relocation: %s\n", rel_type(r_type), symname); in do_reloc32()
853 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc32()
895 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
916 …die("Invalid %s %s relocation: %s\n", shn_abs ? "absolute" : "relative", rel_type(r_type), symname… in do_reloc_real()
920 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc_real()
1039 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/linux-6.15/net/ipv6/
H A Dip6_tunnel.c468 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() local
536 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err()
549 *type = rel_type; in ip6_tnl_err()
567 u8 rel_type = type; in ip4ip6_err() local
580 switch (rel_type) { in ip4ip6_err()
584 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
590 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err()
647 icmp_send(skb2, rel_type, rel_code, htonl(rel_info)); in ip4ip6_err()
660 u8 rel_type = type; in ip6ip6_err() local
686 icmpv6_send(skb2, rel_type, rel_code, rel_info); in ip6ip6_err()
[all …]
/linux-6.15/drivers/pci/
H A Dsetup-bus.c1781 enum release_type rel_type) in pci_bus_release_bridge_resources() argument
1796 if (rel_type == whole_subtree) in pci_bus_release_bridge_resources()
1807 if ((rel_type == whole_subtree) || is_leaf_bridge) in pci_bus_release_bridge_resources()
2227 enum release_type rel_type) in pci_prepare_next_assign_round() argument
2240 rel_type); in pci_prepare_next_assign_round()
2273 enum release_type rel_type = leaf_only; in pci_assign_unassigned_root_bus_resources() local
2327 rel_type = whole_subtree; in pci_assign_unassigned_root_bus_resources()
2329 pci_prepare_next_assign_round(&fail_head, tried_times, rel_type); in pci_assign_unassigned_root_bus_resources()
/linux-6.15/arch/mips/boot/tools/
H A Drelocs.c60 static const char *rel_type(unsigned type) in rel_type() function
549 rel_type(r_type), r_type); in do_reloc()
647 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/linux-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c107 enum vmw_resource_relocation_type rel_type:3; member
508 rel_type) in vmw_resource_relocation_add()
520 rel->rel_type = rel_type; in vmw_resource_relocation_add()
556 switch (rel->rel_type) { in vmw_resource_relocations_apply()