Searched refs:rel_type (Results 1 – 6 of 6) sorted by relevance
/linux/mm/kasan/ |
A D | report.c | 158 const char *rel_type; in describe_object_addr() local 169 rel_type = "to the left"; in describe_object_addr() 172 rel_type = "to the right"; in describe_object_addr() 175 rel_type = "inside"; in describe_object_addr() 181 rel_bytes, rel_type, cache->object_size, (void *)object_addr, in describe_object_addr()
|
/linux/arch/x86/tools/ |
A D | relocs.c | 204 static const char *rel_type(unsigned type) in rel_type() function 695 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs() 887 rel_type(r_type), symname); in do_reloc64() 908 rel_type(r_type), r_type); in do_reloc64() 946 rel_type(r_type), symname); in do_reloc32() 955 rel_type(r_type), r_type); in do_reloc32() 1000 rel_type(r_type), symname); in do_reloc_real() 1023 rel_type(r_type), symname); in do_reloc_real() 1028 rel_type(r_type), r_type); in do_reloc_real() 1151 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
|
/linux/net/ipv6/ |
A D | ip6_tunnel.c | 470 u8 rel_type = ICMPV6_DEST_UNREACH; in ip6_tnl_err() local 538 rel_type = ICMPV6_PKT_TOOBIG; in ip6_tnl_err() 551 *type = rel_type; in ip6_tnl_err() 569 u8 rel_type = type; in ip4ip6_err() local 582 switch (rel_type) { in ip4ip6_err() 586 rel_type = ICMP_DEST_UNREACH; in ip4ip6_err() 592 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/arch/mips/boot/tools/ |
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()
|
/linux/drivers/pci/ |
A D | setup-bus.c | 1593 enum release_type rel_type) in pci_bus_release_bridge_resources() argument 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()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_execbuf.c | 106 enum vmw_resource_relocation_type rel_type:3; 527 rel_type) in vmw_resource_relocation_add() 539 rel->rel_type = rel_type; in vmw_resource_relocation_add() 575 switch (rel->rel_type) { in vmw_resource_relocations_apply()
|
Completed in 29 milliseconds