Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/mtd/parsers/
H A Dqcomsmempart.c54 struct smem_flash_pentry pentry[SMEM_FLASH_PTABLE_MAX_PARTS_V4]; member
63 struct smem_flash_pentry *pentry; in parse_qcomsmem_part() local
121 pentry = &ptable->pentry[i]; in parse_qcomsmem_part()
122 if (pentry->name[0] != '\0') in parse_qcomsmem_part()
131 pentry = &ptable->pentry[i]; in parse_qcomsmem_part()
132 if (pentry->name[0] == '\0') in parse_qcomsmem_part()
135 name = kstrdup(pentry->name, GFP_KERNEL); in parse_qcomsmem_part()
146 parts[j].offset = le32_to_cpu(pentry->offset) * mtd->erasesize; in parse_qcomsmem_part()
147 parts[j].mask_flags = pentry->attr; in parse_qcomsmem_part()
148 parts[j].size = le32_to_cpu(pentry->length) * mtd->erasesize; in parse_qcomsmem_part()
[all …]
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c77 static inline void free_pentry(struct otx2_cpt_pending_entry *pentry) in free_pentry() argument
79 pentry->completion_addr = NULL; in free_pentry()
80 pentry->info = NULL; in free_pentry()
81 pentry->callback = NULL; in free_pentry()
82 pentry->areq = NULL; in free_pentry()
83 pentry->resume_sender = false; in free_pentry()
84 pentry->busy = false; in free_pentry()
235 struct otx2_cpt_pending_entry *pentry = NULL; in process_request() local
261 pentry = get_free_pending_entry(pqueue, pqueue->qlen); in process_request()
263 while (unlikely(!pentry) && retry--) { in process_request()
[all …]
H A Dotx2_cpt_reqmgr.h134 struct otx2_cpt_pending_entry *pentry; member
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A 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 …]
H A Dotx_cptvf_reqmgr.h175 struct otx_cpt_pending_entry *pentry; member
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c330 struct pending_entry *pentry = NULL; in process_pending_queue() local
337 pentry = &pqueue->head[pqueue->front]; in process_pending_queue()
338 if (unlikely(!pentry->busy)) { in process_pending_queue()
343 info = (struct cpt_info_buffer *)pentry->post_arg; in process_pending_queue()
351 status = (union cpt_res_s *)pentry->completion_addr; in process_pending_queue()
358 pentry->completion_addr = NULL; in process_pending_queue()
359 pentry->busy = false; in process_pending_queue()
361 pentry->post_arg = NULL; in process_pending_queue()
372 pentry->completion_addr = NULL; in process_pending_queue()
373 pentry->busy = false; in process_pending_queue()
[all …]
H A Drequest_manager.h105 struct pending_entry *pentry; member
/openbmc/linux/fs/dlm/
H A Dlowcomms.c835 struct processqueue_entry *pentry; in new_processqueue_entry() local
837 pentry = kmalloc(sizeof(*pentry), GFP_NOFS); in new_processqueue_entry()
838 if (!pentry) in new_processqueue_entry()
841 pentry->buf = kmalloc(buflen, GFP_NOFS); in new_processqueue_entry()
842 if (!pentry->buf) { in new_processqueue_entry()
843 kfree(pentry); in new_processqueue_entry()
847 pentry->nodeid = nodeid; in new_processqueue_entry()
848 return pentry; in new_processqueue_entry()
851 static void free_processqueue_entry(struct processqueue_entry *pentry) in free_processqueue_entry() argument
853 kfree(pentry->buf); in free_processqueue_entry()
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_events_inject.c196 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry() argument
205 *pentry = entry; in parse_entry()
228 *pentry = krealloc(entry, entry_size, GFP_KERNEL); in parse_entry()
229 if (!*pentry) { in parse_entry()
233 entry = *pentry; in parse_entry()
/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c329 MapCacheEntry *entry, *pentry = NULL, in xen_map_cache_unlocked() local
386 free_pentry = pentry; in xen_map_cache_unlocked()
388 pentry = entry; in xen_map_cache_unlocked()
393 pentry = free_pentry; in xen_map_cache_unlocked()
397 pentry->next = entry; in xen_map_cache_unlocked()
535 MapCacheEntry *entry = NULL, *pentry = NULL; in xen_invalidate_map_cache_entry_unlocked() local
570 pentry = entry; in xen_invalidate_map_cache_entry_unlocked()
596 if (pentry) { in xen_invalidate_map_cache_entry_unlocked()
597 pentry->next = entry->next; in xen_invalidate_map_cache_entry_unlocked()
/openbmc/qemu/include/hw/
H A Dloader.h152 void *translate_opaque, uint64_t *pentry,
165 void *translate_opaque, uint64_t *pentry,
176 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr,
188 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr,
H A Delf_ops.h.inc319 int must_swab, uint64_t *pentry,
390 if (pentry) {
391 *pentry = ehdr.e_entry;
525 if (pentry && !translate_fn &&
530 *pentry = ehdr.e_entry - ph->p_vaddr + ph->p_paddr;
/openbmc/u-boot/cmd/
H A Dmtdparts.c1086 struct list_head *pentry, *dentry; in generate_mtdparts() local
1117 list_for_each(pentry, &dev->parts) { in generate_mtdparts()
1118 part = list_entry(pentry, struct part_info, link); in generate_mtdparts()
1249 struct list_head *dentry, *pentry; local
1269 list_for_each(pentry, &dev->parts) {
1273 part = list_entry(pentry, struct part_info, link);
1286 list_for_each(pentry, &dev->parts) {
1287 part = list_entry(pentry, struct part_info, link);
1350 struct list_head *dentry, *pentry; local
1359 list_for_each(pentry, &(*dev)->parts) {
[all …]
/openbmc/qemu/hw/s390x/
H A Dipl.c144 uint64_t pentry; in s390_ipl_realize() local
197 &pentry, NULL, in s390_ipl_realize()
208 pentry = KERN_IMAGE_START; in s390_ipl_realize()
213 pentry = be32_to_cpu(*ipl_psw) & PSW_MASK_SHORT_ADDR; in s390_ipl_realize()
226 if (pentry == KERN_IMAGE_START || pentry == 0x800) { in s390_ipl_realize()
246 ipl->start_addr = pentry; in s390_ipl_realize()
/openbmc/linux/kernel/
H A Dpadata.c950 struct padata_sysfs_entry *pentry; in padata_sysfs_show() local
954 pentry = attr2pentry(attr); in padata_sysfs_show()
955 if (pentry->show) in padata_sysfs_show()
956 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show()
965 struct padata_sysfs_entry *pentry; in padata_sysfs_store() local
969 pentry = attr2pentry(attr); in padata_sysfs_store()
970 if (pentry->show) in padata_sysfs_store()
971 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dsdram.c86 sbh = (struct sfi_table_header *)(unsigned long)sb->pentry[i]; in sfi_search_mmap()
97 for (i = 0, mentry = (struct sfi_mem_entry *)sb->pentry; \
/openbmc/linux/arch/powerpc/kvm/
H A 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()
/openbmc/linux/net/bluetooth/
H A D6lowpan.c468 struct lowpan_peer *pentry; in send_mcast_pkt() local
476 list_for_each_entry_rcu(pentry, &dev->peers, list) { in send_mcast_pkt()
483 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt()
484 &pentry->peer_addr, pentry->chan); in send_mcast_pkt()
485 ret = send_pkt(pentry->chan, local_skb, netdev); in send_mcast_pkt()
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c91 struct ctl_table **pentry);
376 struct ctl_table_header **phead, struct ctl_table **pentry) in first_entry() argument
390 *pentry = entry; in first_entry()
393 static void next_entry(struct ctl_table_header **phead, struct ctl_table **pentry) in next_entry() argument
396 struct ctl_table *entry = *pentry; in next_entry()
410 *pentry = entry; in next_entry()
1058 struct ctl_table **pentry) in sysctl_follow_link() argument
1068 root = (*pentry)->data; in sysctl_follow_link()
1074 const char *procname = (*pentry)->procname; in sysctl_follow_link()
1081 *pentry = entry; in sysctl_follow_link()
/openbmc/qemu/hw/core/
H A Dloader.c411 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr, in load_elf() argument
416 pentry, lowaddr, highaddr, pflags, big_endian, in load_elf()
424 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr, in load_elf_as() argument
430 pentry, lowaddr, highaddr, pflags, big_endian, in load_elf_as()
438 void *translate_opaque, uint64_t *pentry, in load_elf_ram() argument
445 pentry, lowaddr, highaddr, pflags, big_endian, in load_elf_ram()
454 void *translate_opaque, uint64_t *pentry, in load_elf_ram_sym() argument
499 pentry, lowaddr, highaddr, pflags, elf_machine, in load_elf_ram_sym()
504 pentry, lowaddr, highaddr, pflags, elf_machine, in load_elf_ram_sym()
/openbmc/linux/mm/
H A Dswap_state.c787 pte_t *pte = NULL, pentry; in swap_vma_readahead() local
809 pentry = ptep_get_lockless(pte); in swap_vma_readahead()
810 if (!is_swap_pte(pentry)) in swap_vma_readahead()
812 entry = pte_to_swp_entry(pentry); in swap_vma_readahead()
/openbmc/u-boot/arch/x86/include/asm/
H A Dsfi.h50 u64 pentry[1]; member
/openbmc/u-boot/common/
H A Dfdt_support.c788 struct list_head *pentry; in fdt_node_set_part_info() local
808 list_for_each_prev(pentry, &dev->parts) { in fdt_node_set_part_info()
811 part = list_entry(pentry, struct part_info, link); in fdt_node_set_part_info()
/openbmc/qemu/hw/arm/
H A Dboot.c791 static ssize_t arm_load_elf(struct arm_boot_info *info, uint64_t *pentry, in arm_load_elf() argument
842 pentry, lowaddr, highaddr, NULL, big_endian, elf_machine, in arm_load_elf()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c4211 uint32_t *pentry; in lpfc_idiag_queacc_read_qe() local
4221 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_read_qe()
4224 "%08x ", *pentry); in lpfc_idiag_queacc_read_qe()
4225 pentry++; in lpfc_idiag_queacc_read_qe()
4338 uint32_t *pentry; in lpfc_idiag_queacc_write() local
4539 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_write()
4540 pentry += offset; in lpfc_idiag_queacc_write()
4542 *pentry = value; in lpfc_idiag_queacc_write()
4544 *pentry |= value; in lpfc_idiag_queacc_write()
4546 *pentry &= ~value; in lpfc_idiag_queacc_write()

12