/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs.c | 194 static const char *rel_type(unsigned type) in rel_type() function 639 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() 888 rel_type(r_type), symname); in do_reloc32() 897 rel_type(r_type), r_type); in do_reloc32() 942 rel_type(r_type), symname); in do_reloc_real() 965 rel_type(r_type), symname); in do_reloc_real() 970 rel_type(r_type), r_type); in do_reloc_real() 1093 rel_type(ELF_R_TYP in do_reloc_info() [all...] |
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs.c | 205 static const char *rel_type(unsigned type) in rel_type() function 704 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs() 896 rel_type(r_type), symname); in do_reloc64() 917 rel_type(r_type), r_type); in do_reloc64() 955 rel_type(r_type), symname); in do_reloc32() 964 rel_type(r_type), r_type); in do_reloc32() 1009 rel_type(r_type), symname); in do_reloc_real() 1032 rel_type(r_type), symname); in do_reloc_real() 1037 rel_type(r_type), r_type); in do_reloc_real() 1160 rel_type(ELF_R_TYP in do_reloc_info() [all...] |
/kernel/linux/linux-5.10/mm/kasan/ |
H A D | report.c | 135 const char *rel_type; in describe_object_addr() local 146 rel_type = "to the left"; in describe_object_addr() 149 rel_type = "to the right"; in describe_object_addr() 152 rel_type = "inside"; in describe_object_addr() 158 rel_bytes, rel_type, cache->object_size, (void *)object_addr, in describe_object_addr()
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | report.c | 283 const char *rel_type, *region_state = ""; in describe_object_addr() local 291 rel_type = "to the left"; in describe_object_addr() 294 rel_type = "to the right"; in describe_object_addr() 297 rel_type = "inside"; in describe_object_addr() 317 rel_bytes, rel_type, region_state, info->alloc_size, in describe_object_addr()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_tunnel.c | 501 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() local 569 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err() 582 *type = rel_type; in ip6_tnl_err() 600 u8 rel_type = type; in ip4ip6_err() local 605 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err() 613 switch (rel_type) { in ip4ip6_err() 617 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 623 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 671 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() 678 icmp_send(skb2, rel_type, rel_cod in ip4ip6_err() 691 u8 rel_type = type; ip6ip6_err() local 733 u8 rel_type = type; mplsip6_err() local [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_tunnel.c | 468 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 572 err = ip6_tnl_err(skb, IPPROTO_IPIP, opt, &rel_type, &rel_code, in ip4ip6_err() 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() 638 if (rel_type == ICMP_DEST_UNREACH && rel_code == ICMP_FRAG_NEEDED) { in ip4ip6_err() 645 icmp_send(skb2, rel_type, rel_cod in ip4ip6_err() 658 u8 rel_type = type; ip6ip6_err() local 700 u8 rel_type = type; mplsip6_err() local [all...] |
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/ |
H A D | relocs.c | 60 static const char *rel_type(unsigned type) in rel_type() function 436 die("Unsupported relocation type: %s (%d)\n", rel_type(r_type), r_type); in do_reloc() 529 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
|
/kernel/linux/linux-5.10/arch/mips/boot/tools/ |
H A D | relocs.c | 60 static const char *rel_type(unsigned type) in rel_type() function 544 rel_type(r_type), r_type); in do_reloc() 642 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
|
/kernel/linux/linux-6.6/arch/mips/boot/tools/ |
H A D | relocs.c | 60 static const char *rel_type(unsigned type) in rel_type() function 544 rel_type(r_type), r_type); in do_reloc() 642 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | setup-bus.c | 1593 enum release_type rel_type) in pci_bus_release_bridge_resources() 1608 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() 1591 pci_bus_release_bridge_resources(struct pci_bus *bus, unsigned long type, enum release_type rel_type) pci_bus_release_bridge_resources() argument
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | setup-bus.c | 1586 enum release_type rel_type) in pci_bus_release_bridge_resources() 1601 if (rel_type == whole_subtree) in pci_bus_release_bridge_resources() 1612 if ((rel_type == whole_subtree) || is_leaf_bridge) in pci_bus_release_bridge_resources() 2041 enum release_type rel_type = leaf_only; in pci_assign_unassigned_root_bus_resources() local 2096 rel_type = whole_subtree; in pci_assign_unassigned_root_bus_resources() 2105 rel_type); in pci_assign_unassigned_root_bus_resources() 1584 pci_bus_release_bridge_resources(struct pci_bus *bus, unsigned long type, enum release_type rel_type) pci_bus_release_bridge_resources() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 98 * @rel_type: Type of relocation. 104 enum vmw_resource_relocation_type rel_type:3; member 516 * @rel_type: Relocation type. 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() 518 vmw_resource_relocation_add(struct vmw_sw_context *sw_context, const struct vmw_resource *res, unsigned long offset, enum vmw_resource_relocation_type rel_type) vmw_resource_relocation_add() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 100 * @rel_type: Type of relocation. 106 enum vmw_resource_relocation_type rel_type:3; member 501 * @rel_type: Relocation type. 507 rel_type) in vmw_resource_relocation_add() 519 rel->rel_type = rel_type; in vmw_resource_relocation_add() 555 switch (rel->rel_type) { in vmw_resource_relocations_apply() 503 vmw_resource_relocation_add(struct vmw_sw_context *sw_context, const struct vmw_resource *res, unsigned long offset, enum vmw_resource_relocation_type rel_type) vmw_resource_relocation_add() argument
|