/linux/mm/ |
A D | page_ext.c | 119 static inline struct page_ext *get_entry(void *base, unsigned long index) in get_entry() function 149 return get_entry(base, index); in lookup_page_ext() 218 return get_entry(section->page_ext, pfn); in lookup_page_ext() 297 base = get_entry(ms->page_ext, pfn); in __free_page_ext()
|
/linux/arch/x86/boot/ |
A D | video.c | 98 static unsigned int get_entry(void) in get_entry() function 224 sel = get_entry(); in mode_menu()
|
/linux/arch/powerpc/kvm/ |
A D | e500_mmu.c | 215 get_entry(vcpu_e500, tlbsel, esel); in kvmppc_e500_gtlbe_invalidate() 283 tlbe = get_entry(vcpu_e500, tlbsel, esel); in tlbilx_all() 331 gtlbe = get_entry(vcpu_e500, tlbsel, esel); in kvmppc_e500_emul_tlbre() 352 gtlbe = get_entry(vcpu_e500, tlbsel, esel); in kvmppc_e500_emul_tlbsx() 401 gtlbe = get_entry(vcpu_e500, tlbsel, esel); in kvmppc_e500_emul_tlbwe() 530 gtlbe = get_entry(vcpu_e500, tlbsel_of(index), esel_of(index)); in kvmppc_mmu_xlate()
|
A D | e500_mmu_host.c | 188 get_entry(vcpu_e500, tlbsel, esel); in inval_gtlbe_on_host() 520 gtlbe = get_entry(vcpu_e500, 0, esel); in kvmppc_e500_tlb0_map() 595 gtlbe = get_entry(vcpu_e500, tlbsel, esel); in kvmppc_mmu_map()
|
A D | e500.c | 334 tlbe = get_entry(vcpu_e500, 1, 0); in kvmppc_e500_tlb_setup() 340 tlbe = get_entry(vcpu_e500, 1, 1); in kvmppc_e500_tlb_setup()
|
A D | e500.h | 275 static inline struct kvm_book3e_206_tlb_entry *get_entry( in get_entry() function
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | kref.rst | 180 static struct my_data *get_entry() 233 static struct my_data *get_entry()
|
/linux/drivers/md/ |
A D | dm-cache-policy-smq.c | 778 static struct entry *get_entry(struct entry_alloc *ea, unsigned index) in get_entry() function 864 return get_entry(ea, which ? level : NR_CACHE_LEVELS + level); in get_sentinel() 1462 struct entry *e = get_entry(&mq->cache_alloc, in __complete_background_work() 1519 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock)); in __smq_set_clear_dirty() 1580 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock)); in smq_invalidate_mapping() 1595 struct entry *e = get_entry(&mq->cache_alloc, from_cblock(cblock)); in smq_get_hint() 1749 get_entry(&mq->writeback_sentinel_alloc, i)->sentinel = true; in __smq_create() 1753 get_entry(&mq->demote_sentinel_alloc, i)->sentinel = true; in __smq_create()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
A D | crc.h | 56 u32 (*get_entry)(struct nv50_head *, struct nv50_crc_notifier_ctx *, member
|
A D | crc907d.c | 137 .get_entry = crc907d_get_entry,
|
A D | crcc37d.c | 149 .get_entry = crcc37d_get_entry,
|
A D | crc.c | 137 output_crc = func->get_entry(head, &crc->ctx[crc->ctx_idx], in nv50_crc_get_entries()
|
/linux/drivers/rapidio/switches/ |
A D | idtcps.c | 121 .get_entry = idtcps_route_get_entry,
|
A D | tsi568.c | 132 .get_entry = tsi568_route_get_entry,
|
A D | idt_gen3.c | 264 .get_entry = idtg3_route_get_entry,
|
A D | idt_gen2.c | 408 .get_entry = idtg2_route_get_entry,
|
A D | tsi57x.c | 293 .get_entry = tsi57x_route_get_entry,
|
/linux/drivers/gpu/drm/i915/gvt/ |
A D | gtt.h | 58 int (*get_entry)(void *pt, member
|
A D | gtt.c | 503 .get_entry = gtt_get_entry64, 561 pte_ops->get_entry(guest ? mm->ppgtt_mm.guest_pdps : in _ppgtt_get_root_entry() 604 pte_ops->get_entry(mm->ggtt_mm.virtual_ggtt, entry, index, in ggtt_get_guest_entry() 626 pte_ops->get_entry(NULL, entry, index, false, 0, mm->vgpu); in ggtt_get_host_entry() 666 ret = ops->get_entry(page_table, e, index, guest, in ppgtt_spt_get_entry() 1449 ops->get_entry(oos_page->mem, &old, index, false, 0, vgpu); in sync_oos_page() 1450 ops->get_entry(NULL, &new, index, true, in sync_oos_page()
|
/linux/net/ipv4/netfilter/ |
A D | ip_tables.c | 103 get_entry(const void *base, unsigned int offset) in get_entry() function 201 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet() 277 e = get_entry(table_base, private->hook_entry[hook]); in ipt_do_table() 323 e = get_entry(table_base, in ipt_do_table() 340 e = get_entry(table_base, v); in ipt_do_table()
|
A D | arp_tables.c | 171 get_entry(const void *base, unsigned int offset) in get_entry() function 215 e = get_entry(table_base, private->hook_entry[hook]); in arpt_do_table() 247 e = get_entry(table_base, in arpt_do_table() 264 e = get_entry(table_base, v); in arpt_do_table()
|
/linux/net/ipv6/netfilter/ |
A D | ip6_tables.c | 128 get_entry(const void *base, unsigned int offset) in get_entry() function 226 root = get_entry(private->entries, private->hook_entry[hook]); in trace_packet() 299 e = get_entry(table_base, private->hook_entry[hook]); in ip6t_do_table() 346 e = get_entry(table_base, in ip6t_do_table() 361 e = get_entry(table_base, v); in ip6t_do_table()
|
/linux/Documentation/core-api/ |
A D | kref.rst | 184 static struct my_data *get_entry() 240 static struct my_data *get_entry()
|
/linux/include/linux/ |
A D | rio.h | 124 int (*get_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, member
|
/linux/drivers/rapidio/ |
A D | rio.c | 1682 if (!ops || !ops->get_entry) { in rio_route_get_entry() 1687 rc = ops->get_entry(rdev->net->hport, rdev->destid, in rio_route_get_entry()
|