Home
last modified time | relevance | path

Searched refs:pentry (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/arch/x86/platform/intel-mid/
Dsfi.c74 struct sfi_timer_table_entry *pentry; in sfi_parse_mtmr() local
82 pentry = (struct sfi_timer_table_entry *) sb->pentry; in sfi_parse_mtmr()
83 totallen = sfi_mtimer_num * sizeof(*pentry); in sfi_parse_mtmr()
84 memcpy(sfi_mtimer_array, pentry, totallen); in sfi_parse_mtmr()
88 pentry = sfi_mtimer_array; in sfi_parse_mtmr()
89 for (totallen = 0; totallen < sfi_mtimer_num; totallen++, pentry++) { in sfi_parse_mtmr()
91 totallen, (u32)pentry->phys_addr, in sfi_parse_mtmr()
92 pentry->freq_hz, pentry->irq); in sfi_parse_mtmr()
97 mp_irq.srcbusirq = pentry->irq; /* IRQ */ in sfi_parse_mtmr()
99 mp_irq.dstirq = pentry->irq; in sfi_parse_mtmr()
[all …]
/Linux-v5.4/arch/x86/platform/sfi/
Dsfi.c42 struct sfi_cpu_table_entry *pentry; in sfi_parse_cpus() local
48 pentry = (struct sfi_cpu_table_entry *)sb->pentry; in sfi_parse_cpus()
51 mp_sfi_register_lapic(pentry->apic_id); in sfi_parse_cpus()
52 pentry++; in sfi_parse_cpus()
65 struct sfi_apic_table_entry *pentry; in sfi_parse_ioapic() local
74 pentry = (struct sfi_apic_table_entry *)sb->pentry; in sfi_parse_ioapic()
77 mp_register_ioapic(i, pentry->phys_addr, gsi_top, &cfg); in sfi_parse_ioapic()
78 pentry++; in sfi_parse_ioapic()
/Linux-v5.4/drivers/crypto/cavium/cpt/
Dcptvf_reqmanager.c334 struct pending_entry *pentry = NULL; in process_pending_queue() local
341 pentry = &pqueue->head[pqueue->front]; in process_pending_queue()
342 if (unlikely(!pentry->busy)) { in process_pending_queue()
347 info = (struct cpt_info_buffer *)pentry->post_arg; in process_pending_queue()
355 status = (union cpt_res_s *)pentry->completion_addr; in process_pending_queue()
362 pentry->completion_addr = NULL; in process_pending_queue()
363 pentry->busy = false; in process_pending_queue()
365 pentry->post_arg = NULL; in process_pending_queue()
376 pentry->completion_addr = NULL; in process_pending_queue()
377 pentry->busy = false; in process_pending_queue()
[all …]
Drequest_manager.h103 struct pending_entry *pentry; member
/Linux-v5.4/drivers/cpufreq/
Dsfi-cpufreq.c26 struct sfi_freq_table_entry *pentry; in sfi_parse_freq() local
37 pentry = (struct sfi_freq_table_entry *)sb->pentry; in sfi_parse_freq()
38 totallen = num_freq_table_entries * sizeof(*pentry); in sfi_parse_freq()
40 sfi_cpufreq_array = kmemdup(pentry, totallen, GFP_KERNEL); in sfi_parse_freq()
/Linux-v5.4/arch/x86/platform/intel-mid/device_libs/
Dplatform_mrfld_power_btn.c64 struct sfi_device_table_entry *pentry = info; in mrfld_power_btn_platform_data() local
66 res->start = res->end = pentry->irq; in mrfld_power_btn_platform_data()
/Linux-v5.4/mm/
Dswap_slots.c312 swp_entry_t entry, *pentry; in get_swap_page() local
339 pentry = &cache->slots[cache->cur++]; in get_swap_page()
340 entry = *pentry; in get_swap_page()
341 pentry->val = 0; in get_swap_page()
Dswap_state.c728 pte_t *pte, pentry; in swap_vma_readahead() local
741 pentry = *pte; in swap_vma_readahead()
742 if (pte_none(pentry)) in swap_vma_readahead()
744 if (pte_present(pentry)) in swap_vma_readahead()
746 entry = pte_to_swp_entry(pentry); in swap_vma_readahead()
/Linux-v5.4/kernel/
Dpadata.c918 struct padata_sysfs_entry *pentry; in padata_sysfs_show() local
922 pentry = attr2pentry(attr); in padata_sysfs_show()
923 if (pentry->show) in padata_sysfs_show()
924 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show()
933 struct padata_sysfs_entry *pentry; in padata_sysfs_store() local
937 pentry = attr2pentry(attr); in padata_sysfs_store()
938 if (pentry->show) in padata_sysfs_store()
939 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()
/Linux-v5.4/drivers/sfi/
Dsfi_core.c267 th = sfi_check_table(syst_va->pentry[i], key); in sfi_get_table()
324 ret = sfi_check_table(syst_va->pentry[i], &key); in sfi_parse_syst()
476 sfi_sysfs_install_table(syst_va->pentry[i]); in sfi_sysfs_init()
/Linux-v5.4/arch/powerpc/kvm/
De500.c29 struct id **pentry; member
79 entry->pentry = this_cpu_ptr(&pcpu_sids.entry[sid]); in local_sid_setup_one()
108 entry->pentry == this_cpu_ptr(&pcpu_sids.entry[entry->val])) in local_sid_lookup()
170 idt->id[as][pid][pr].pentry = NULL; in kvmppc_e500_id_table_reset_one()
/Linux-v5.4/net/bluetooth/
D6lowpan.c496 struct lowpan_peer *pentry; in send_mcast_pkt() local
504 list_for_each_entry_rcu(pentry, &dev->peers, list) { in send_mcast_pkt()
511 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt()
512 &pentry->peer_addr, pentry->chan); in send_mcast_pkt()
513 ret = send_pkt(pentry->chan, local_skb, netdev); in send_mcast_pkt()
/Linux-v5.4/fs/proc/
Dproc_sysctl.c82 struct ctl_table **pentry);
397 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument
411 *pentry = entry; in first_entry()
414 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument
417 struct ctl_table *entry = *pentry; in next_entry()
431 *pentry = entry; in next_entry()
1066 struct ctl_table **pentry) in sysctl_follow_link() argument
1077 root = (*pentry)->data; in sysctl_follow_link()
1083 const char *procname = (*pentry)->procname; in sysctl_follow_link()
1090 *pentry = entry; in sysctl_follow_link()
/Linux-v5.4/include/linux/
Dsfi.h106 u64 pentry[1]; member
/Linux-v5.4/net/bridge/
Dbr_mdb.c553 struct net_device **pdev, struct br_mdb_entry **pentry) in br_mdb_parse() argument
598 *pentry = entry; in br_mdb_parse()
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_debugfs.c4009 uint32_t *pentry; in lpfc_idiag_queacc_read_qe() local
4019 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_read_qe()
4022 "%08x ", *pentry); in lpfc_idiag_queacc_read_qe()
4023 pentry++; in lpfc_idiag_queacc_read_qe()
4136 uint32_t *pentry; in lpfc_idiag_queacc_write() local
4340 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_write()
4341 pentry += offset; in lpfc_idiag_queacc_write()
4343 *pentry = value; in lpfc_idiag_queacc_write()
4345 *pentry |= value; in lpfc_idiag_queacc_write()
4347 *pentry &= ~value; in lpfc_idiag_queacc_write()
/Linux-v5.4/fs/ext4/
Dxattr.c281 xattr_find_entry(struct inode *inode, struct ext4_xattr_entry **pentry, in xattr_find_entry() argument
291 for (entry = *pentry; !IS_LAST_ENTRY(entry); entry = next) { in xattr_find_entry()
305 *pentry = entry; in xattr_find_entry()