Home
last modified time | relevance | path

Searched refs:indirect_ptr (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/scripts/gdb/linux/
Dradixtree.py27 indirect_ptr = node.cast(long_type) & ~constants.LX_RADIX_TREE_INTERNAL_NODE
28 return indirect_ptr.cast(radix_tree_node_type.get_type().pointer())
/linux-6.12.1/arch/arm64/kvm/vgic/
Dvgic-its.c855 u64 indirect_ptr, type = GITS_BASER_TYPE(baser); in vgic_its_check_id() local
895 base + index * sizeof(indirect_ptr), in vgic_its_check_id()
896 &indirect_ptr, sizeof(indirect_ptr))) in vgic_its_check_id()
899 indirect_ptr = le64_to_cpu(indirect_ptr); in vgic_its_check_id()
902 if (!(indirect_ptr & BIT_ULL(63))) in vgic_its_check_id()
906 indirect_ptr &= GENMASK_ULL(51, 16); in vgic_its_check_id()
910 indirect_ptr += index * esz; in vgic_its_check_id()
913 *eaddr = indirect_ptr; in vgic_its_check_id()
915 return __is_visible_gfn_locked(its, indirect_ptr); in vgic_its_check_id()