Searched refs:indirect_ptr (Results 1 – 3 of 3) sorted by relevance
114 indirect_ptr = node.cast(ulong_type) & ~0x2115 val = indirect_ptr.cast(maple_enode_type.get_type().pointer())136 indirect_ptr = node['parent'].cast(ulong_type) & ~constants.LX_MAPLE_NODE_MASK137 return indirect_ptr == node142 indirect_ptr = enode.cast(ulong_type)144 indirect_ptr = enode148 indirect_ptr = indirect_ptr & ~constants.LX_MAPLE_NODE_MASK149 return indirect_ptr.cast(maple_node_type.get_type().pointer())
27 indirect_ptr = node.cast(long_type) & ~constants.LX_RADIX_TREE_INTERNAL_NODE28 return indirect_ptr.cast(radix_tree_node_type.get_type().pointer())
871 u64 indirect_ptr, type = GITS_BASER_TYPE(baser); in vgic_its_check_id() local911 base + index * sizeof(indirect_ptr), in vgic_its_check_id()912 &indirect_ptr, sizeof(indirect_ptr))) in vgic_its_check_id()915 indirect_ptr = le64_to_cpu(indirect_ptr); in vgic_its_check_id()918 if (!(indirect_ptr & BIT_ULL(63))) in vgic_its_check_id()922 indirect_ptr &= GENMASK_ULL(51, 16); in vgic_its_check_id()926 indirect_ptr += index * esz; in vgic_its_check_id()929 *eaddr = indirect_ptr; in vgic_its_check_id()931 return __is_visible_gfn_locked(its, indirect_ptr); in vgic_its_check_id()