Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/platform/intel-mid/
Dsfi.c78 struct sfi_timer_table_entry *pentry; in sfi_parse_mtmr() local
86 pentry = (struct sfi_timer_table_entry *) sb->pentry; in sfi_parse_mtmr()
87 totallen = sfi_mtimer_num * sizeof(*pentry); in sfi_parse_mtmr()
88 memcpy(sfi_mtimer_array, pentry, totallen); in sfi_parse_mtmr()
92 pentry = sfi_mtimer_array; in sfi_parse_mtmr()
93 for (totallen = 0; totallen < sfi_mtimer_num; totallen++, pentry++) { in sfi_parse_mtmr()
95 totallen, (u32)pentry->phys_addr, in sfi_parse_mtmr()
96 pentry->freq_hz, pentry->irq); in sfi_parse_mtmr()
101 mp_irq.srcbusirq = pentry->irq; /* IRQ */ in sfi_parse_mtmr()
103 mp_irq.dstirq = pentry->irq; in sfi_parse_mtmr()
[all …]
/Linux-v4.19/arch/x86/platform/sfi/
Dsfi.c55 struct sfi_cpu_table_entry *pentry; in sfi_parse_cpus() local
61 pentry = (struct sfi_cpu_table_entry *)sb->pentry; in sfi_parse_cpus()
64 mp_sfi_register_lapic(pentry->apic_id); in sfi_parse_cpus()
65 pentry++; in sfi_parse_cpus()
78 struct sfi_apic_table_entry *pentry; in sfi_parse_ioapic() local
87 pentry = (struct sfi_apic_table_entry *)sb->pentry; in sfi_parse_ioapic()
90 mp_register_ioapic(i, pentry->phys_addr, gsi_top, &cfg); in sfi_parse_ioapic()
91 pentry++; in sfi_parse_ioapic()
/Linux-v4.19/drivers/crypto/cavium/cpt/
Dcptvf_reqmanager.c347 struct pending_entry *pentry = NULL; in process_pending_queue() local
354 pentry = &pqueue->head[pqueue->front]; in process_pending_queue()
355 if (unlikely(!pentry->busy)) { in process_pending_queue()
360 info = (struct cpt_info_buffer *)pentry->post_arg; in process_pending_queue()
368 status = (union cpt_res_s *)pentry->completion_addr; in process_pending_queue()
375 pentry->completion_addr = NULL; in process_pending_queue()
376 pentry->busy = false; in process_pending_queue()
378 pentry->post_arg = NULL; in process_pending_queue()
389 pentry->completion_addr = NULL; in process_pending_queue()
390 pentry->busy = false; in process_pending_queue()
[all …]
Drequest_manager.h106 struct pending_entry *pentry; member
/Linux-v4.19/drivers/cpufreq/
Dsfi-cpufreq.c34 struct sfi_freq_table_entry *pentry; in sfi_parse_freq() local
45 pentry = (struct sfi_freq_table_entry *)sb->pentry; in sfi_parse_freq()
46 totallen = num_freq_table_entries * sizeof(*pentry); in sfi_parse_freq()
48 sfi_cpufreq_array = kmemdup(pentry, totallen, GFP_KERNEL); in sfi_parse_freq()
/Linux-v4.19/arch/x86/platform/intel-mid/device_libs/
Dplatform_mrfld_power_btn.c68 struct sfi_device_table_entry *pentry = info; in mrfld_power_btn_platform_data() local
70 res->start = res->end = pentry->irq; in mrfld_power_btn_platform_data()
/Linux-v4.19/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.c738 pte_t *pte, pentry; in swap_vma_readahead() local
751 pentry = *pte; in swap_vma_readahead()
752 if (pte_none(pentry)) in swap_vma_readahead()
754 if (pte_present(pentry)) in swap_vma_readahead()
756 entry = pte_to_swp_entry(pentry); in swap_vma_readahead()
/Linux-v4.19/kernel/
Dpadata.c965 struct padata_sysfs_entry *pentry; in padata_sysfs_show() local
969 pentry = attr2pentry(attr); in padata_sysfs_show()
970 if (pentry->show) in padata_sysfs_show()
971 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show()
980 struct padata_sysfs_entry *pentry; in padata_sysfs_store() local
984 pentry = attr2pentry(attr); in padata_sysfs_store()
985 if (pentry->show) in padata_sysfs_store()
986 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()
/Linux-v4.19/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-v4.19/arch/powerpc/kvm/
De500.c32 struct id **pentry; member
82 entry->pentry = this_cpu_ptr(&pcpu_sids.entry[sid]); in local_sid_setup_one()
111 entry->pentry == this_cpu_ptr(&pcpu_sids.entry[entry->val])) in local_sid_lookup()
173 idt->id[as][pid][pr].pentry = NULL; in kvmppc_e500_id_table_reset_one()
/Linux-v4.19/net/bluetooth/
D6lowpan.c494 struct lowpan_peer *pentry; in send_mcast_pkt() local
502 list_for_each_entry_rcu(pentry, &dev->peers, list) { in send_mcast_pkt()
509 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt()
510 &pentry->peer_addr, pentry->chan); in send_mcast_pkt()
511 ret = send_pkt(pentry->chan, local_skb, netdev); in send_mcast_pkt()
/Linux-v4.19/fs/proc/
Dproc_sysctl.c77 struct ctl_table **pentry);
392 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument
406 *pentry = entry; in first_entry()
409 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument
412 struct ctl_table *entry = *pentry; in next_entry()
426 *pentry = entry; in next_entry()
1042 struct ctl_table **pentry) in sysctl_follow_link() argument
1053 root = (*pentry)->data; in sysctl_follow_link()
1059 const char *procname = (*pentry)->procname; in sysctl_follow_link()
1066 *pentry = entry; in sysctl_follow_link()
/Linux-v4.19/include/linux/
Dsfi.h106 u64 pentry[1]; member
/Linux-v4.19/net/bridge/
Dbr_mdb.c506 struct net_device **pdev, struct br_mdb_entry **pentry) in br_mdb_parse() argument
551 *pentry = entry; in br_mdb_parse()
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_debugfs.c3563 uint32_t *pentry; in lpfc_idiag_queacc_read_qe() local
3573 pentry = pque->qe[index].address; in lpfc_idiag_queacc_read_qe()
3576 "%08x ", *pentry); in lpfc_idiag_queacc_read_qe()
3577 pentry++; in lpfc_idiag_queacc_read_qe()
3690 uint32_t *pentry; in lpfc_idiag_queacc_write() local
3949 pentry = pque->qe[index].address; in lpfc_idiag_queacc_write()
3950 pentry += offset; in lpfc_idiag_queacc_write()
3952 *pentry = value; in lpfc_idiag_queacc_write()
3954 *pentry |= value; in lpfc_idiag_queacc_write()
3956 *pentry &= ~value; in lpfc_idiag_queacc_write()
/Linux-v4.19/drivers/block/zram/
Dzram_drv.c572 unsigned long *pentry) in write_to_bdev() argument
605 *pentry = entry; in write_to_bdev()
625 unsigned long *pentry) in write_to_bdev() argument
/Linux-v4.19/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()