/Linux-v4.19/arch/x86/platform/intel-mid/ |
D | sfi.c | 78 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/ |
D | sfi.c | 55 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/ |
D | cptvf_reqmanager.c | 347 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 …]
|
D | request_manager.h | 106 struct pending_entry *pentry; member
|
/Linux-v4.19/drivers/cpufreq/ |
D | sfi-cpufreq.c | 34 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/ |
D | platform_mrfld_power_btn.c | 68 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/ |
D | swap_slots.c | 312 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()
|
D | swap_state.c | 738 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/ |
D | padata.c | 965 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/ |
D | sfi_core.c | 267 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/ |
D | e500.c | 32 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/ |
D | 6lowpan.c | 494 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/ |
D | proc_sysctl.c | 77 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/ |
D | sfi.h | 106 u64 pentry[1]; member
|
/Linux-v4.19/net/bridge/ |
D | br_mdb.c | 506 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/ |
D | lpfc_debugfs.c | 3563 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/ |
D | zram_drv.c | 572 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/ |
D | xattr.c | 281 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()
|