Home
last modified time | relevance | path

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

/openbmc/linux/mm/kasan/
H A Dreport.c283 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()
/openbmc/linux/arch/x86/tools/
H A Drelocs.c205 static const char *rel_type(unsigned type) in rel_type() function
704 rel_type(ELF_R_TYPE(rel->r_info)), in print_absolute_relocs()
905 rel_type(r_type), symname); in do_reloc64()
926 rel_type(r_type), r_type); in do_reloc64()
964 rel_type(r_type), symname); in do_reloc32()
973 rel_type(r_type), r_type); in do_reloc32()
1018 rel_type(r_type), symname); in do_reloc_real()
1041 rel_type(r_type), symname); in do_reloc_real()
1046 rel_type(r_type), r_type); in do_reloc_real()
1169 rel_type(ELF_R_TYPE(rel->r_info)), in do_reloc_info()
/openbmc/linux/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
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_code, htonl(rel_info)); in ip4ip6_err()
[all …]
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c60 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()
/openbmc/linux/drivers/pci/
H A Dsetup-bus.c1584 enum release_type rel_type) in pci_bus_release_bridge_resources() argument
1599 if (rel_type == whole_subtree) in pci_bus_release_bridge_resources()
1610 if ((rel_type == whole_subtree) || is_leaf_bridge) in pci_bus_release_bridge_resources()
2039 enum release_type rel_type = leaf_only; in pci_assign_unassigned_root_bus_resources() local
2094 rel_type = whole_subtree; in pci_assign_unassigned_root_bus_resources()
2103 rel_type); in pci_assign_unassigned_root_bus_resources()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c106 enum vmw_resource_relocation_type rel_type:3; member
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()