Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/arch/x86/platform/sfi/
Dsfi.c41 struct sfi_cpu_table_entry *pentry; in sfi_parse_cpus() local
47 pentry = (struct sfi_cpu_table_entry *)sb->pentry; in sfi_parse_cpus()
50 mp_sfi_register_lapic(pentry->apic_id); in sfi_parse_cpus()
51 pentry++; in sfi_parse_cpus()
64 struct sfi_apic_table_entry *pentry; in sfi_parse_ioapic() local
73 pentry = (struct sfi_apic_table_entry *)sb->pentry; in sfi_parse_ioapic()
76 mp_register_ioapic(i, pentry->phys_addr, gsi_top, &cfg); in sfi_parse_ioapic()
77 pentry++; in sfi_parse_ioapic()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
Dotx_cptvf_reqmgr.c86 static inline void free_pentry(struct otx_cpt_pending_entry *pentry) in free_pentry() argument
88 pentry->completion_addr = NULL; in free_pentry()
89 pentry->info = NULL; in free_pentry()
90 pentry->callback = NULL; in free_pentry()
91 pentry->areq = NULL; in free_pentry()
92 pentry->resume_sender = false; in free_pentry()
93 pentry->busy = false; in free_pentry()
302 struct otx_cpt_pending_entry *pentry = NULL; in process_request() local
325 pentry = get_free_pending_entry(pqueue, pqueue->qlen); in process_request()
327 while (unlikely(!pentry) && retry--) { in process_request()
[all …]
Dotx_cptvf_reqmgr.h175 struct otx_cpt_pending_entry *pentry; member
/kernel/linux/linux-5.10/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.h105 struct pending_entry *pentry; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_events_inject.c192 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry() argument
202 *pentry = entry; in parse_entry()
225 *pentry = krealloc(entry, entry_size, GFP_KERNEL); in parse_entry()
226 if (!*pentry) { in parse_entry()
230 entry = *pentry; in parse_entry()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/kernel/
Dpadata.c944 struct padata_sysfs_entry *pentry; in padata_sysfs_show() local
948 pentry = attr2pentry(attr); in padata_sysfs_show()
949 if (pentry->show) in padata_sysfs_show()
950 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show()
959 struct padata_sysfs_entry *pentry; in padata_sysfs_store() local
963 pentry = attr2pentry(attr); in padata_sysfs_store()
964 if (pentry->show) in padata_sysfs_store()
965 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/mm/
Dswap_state.c838 pte_t *pte, pentry; in swap_vma_readahead() local
851 pentry = *pte; in swap_vma_readahead()
852 if (pte_none(pentry)) in swap_vma_readahead()
854 if (pte_present(pentry)) in swap_vma_readahead()
856 entry = pte_to_swp_entry(pentry); in swap_vma_readahead()
/kernel/linux/linux-5.10/net/bluetooth/
D6lowpan.c497 struct lowpan_peer *pentry; in send_mcast_pkt() local
505 list_for_each_entry_rcu(pentry, &dev->peers, list) { in send_mcast_pkt()
512 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt()
513 &pentry->peer_addr, pentry->chan); in send_mcast_pkt()
514 ret = send_pkt(pentry->chan, local_skb, netdev); in send_mcast_pkt()
/kernel/linux/linux-5.10/fs/proc/
Dproc_sysctl.c85 struct ctl_table **pentry);
367 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument
381 *pentry = entry; in first_entry()
384 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument
387 struct ctl_table *entry = *pentry; in next_entry()
401 *pentry = entry; in next_entry()
1050 struct ctl_table **pentry) in sysctl_follow_link() argument
1061 root = (*pentry)->data; in sysctl_follow_link()
1067 const char *procname = (*pentry)->procname; in sysctl_follow_link()
1074 *pentry = entry; in sysctl_follow_link()
/kernel/linux/linux-5.10/include/linux/
Dsfi.h106 u64 pentry[1]; member
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_debugfs.c4209 uint32_t *pentry; in lpfc_idiag_queacc_read_qe() local
4219 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_read_qe()
4222 "%08x ", *pentry); in lpfc_idiag_queacc_read_qe()
4223 pentry++; in lpfc_idiag_queacc_read_qe()
4336 uint32_t *pentry; in lpfc_idiag_queacc_write() local
4540 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_write()
4541 pentry += offset; in lpfc_idiag_queacc_write()
4543 *pentry = value; in lpfc_idiag_queacc_write()
4545 *pentry |= value; in lpfc_idiag_queacc_write()
4547 *pentry &= ~value; in lpfc_idiag_queacc_write()
/kernel/linux/linux-5.10/net/bridge/
Dbr_mdb.c758 struct net_device **pdev, struct br_mdb_entry **pentry, in br_mdb_parse() argument
804 *pentry = entry; in br_mdb_parse()
/kernel/linux/linux-5.10/fs/ext4/
Dxattr.c287 xattr_find_entry(struct inode *inode, struct ext4_xattr_entry **pentry, in xattr_find_entry() argument
297 for (entry = *pentry; !IS_LAST_ENTRY(entry); entry = next) { in xattr_find_entry()
311 *pentry = entry; in xattr_find_entry()