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()
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()
150 i, pentry->name, le32_to_cpu(pentry->offset), in parse_qcomsmem_part()
[all …]
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c80 pentry->info = NULL; in free_pentry()
81 pentry->callback = NULL; in free_pentry()
82 pentry->areq = NULL; in free_pentry()
84 pentry->busy = false; in free_pentry()
270 if (unlikely(!pentry)) { in process_request()
289 pentry->info = info; in process_request()
292 pentry->busy = true; in process_request()
293 info->pentry = pentry; in process_request()
464 info = pentry->info; in process_pending_queue()
516 areq = pentry->areq; in process_pending_queue()
[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.c89 pentry->info = NULL; in free_pentry()
90 pentry->callback = NULL; in free_pentry()
91 pentry->areq = NULL; in free_pentry()
93 pentry->busy = false; in free_pentry()
334 if (unlikely(!pentry)) { in process_request()
354 pentry->info = info; in process_request()
357 pentry->busy = true; in process_request()
358 info->pentry = pentry; in process_request()
520 if (WARN_ON(!pentry)) { in process_pending_queue()
589 areq = pentry->areq; in process_pending_queue()
[all …]
H A Dotx_cptvf_reqmgr.h175 struct otx_cpt_pending_entry *pentry; member
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c359 pentry->busy = false; in process_pending_queue()
361 pentry->post_arg = NULL; in process_pending_queue()
373 pentry->busy = false; in process_pending_queue()
375 pentry->post_arg = NULL; in process_pending_queue()
391 pentry->busy = false; in process_pending_queue()
392 pentry->post_arg = NULL; in process_pending_queue()
402 pentry->callback(ccode, pentry->callback_arg); in process_pending_queue()
486 if (unlikely(!pentry)) { in process_request()
504 info->pentry = pentry; in process_request()
505 pentry->busy = true; in process_request()
[all …]
H A Drequest_manager.h105 struct pending_entry *pentry; member
/openbmc/linux/fs/dlm/
H A Dlowcomms.c837 pentry = kmalloc(sizeof(*pentry), GFP_NOFS); in new_processqueue_entry()
838 if (!pentry) in new_processqueue_entry()
842 if (!pentry->buf) { in new_processqueue_entry()
843 kfree(pentry); in new_processqueue_entry()
848 return pentry; in new_processqueue_entry()
853 kfree(pentry->buf); in free_processqueue_entry()
854 kfree(pentry); in free_processqueue_entry()
880 dlm_process_incoming_buffer(pentry->nodeid, pentry->buf, in process_dlm_messages()
887 if (!pentry) { in process_dlm_messages()
907 if (!pentry) in receive_from_sock()
[all …]
/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c257 MapCacheEntry *entry, *pentry = NULL, in xen_map_cache_unlocked() local
312 free_pentry = pentry; in xen_map_cache_unlocked()
314 pentry = entry; in xen_map_cache_unlocked()
319 pentry = free_pentry; in xen_map_cache_unlocked()
323 pentry->next = entry; in xen_map_cache_unlocked()
431 MapCacheEntry *entry = NULL, *pentry = NULL; in xen_invalidate_map_cache_entry_unlocked() local
462 pentry = entry; in xen_invalidate_map_cache_entry_unlocked()
470 if (entry->lock > 0 || pentry == NULL) { in xen_invalidate_map_cache_entry_unlocked()
474 pentry->next = entry->next; in xen_invalidate_map_cache_entry_unlocked()
/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/include/hw/
H A Dloader.h154 void *translate_opaque, uint64_t *pentry,
167 void *translate_opaque, uint64_t *pentry,
178 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr,
190 void *translate_opaque, uint64_t *pentry, uint64_t *lowaddr,
H A Delf_ops.h319 int must_swab, uint64_t *pentry, in glue()
390 if (pentry) { in glue()
391 *pentry = ehdr.e_entry; in glue()
525 if (pentry && !translate_fn && in glue()
530 *pentry = ehdr.e_entry - ph->p_vaddr + ph->p_paddr; in glue()
/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) {
1350 struct list_head *dentry, *pentry; local
1359 list_for_each(pentry, &(*dev)->parts) {
1485 struct list_head *dentry, *pentry; local
[all …]
/openbmc/qemu/hw/s390x/
H A Dipl.c136 uint64_t pentry; in s390_ipl_realize() local
182 &pentry, NULL, in s390_ipl_realize()
193 pentry = KERN_IMAGE_START; in s390_ipl_realize()
198 pentry = be32_to_cpu(*ipl_psw) & PSW_MASK_SHORT_ADDR; in s390_ipl_realize()
211 if (pentry == KERN_IMAGE_START || pentry == 0x800) { in s390_ipl_realize()
231 ipl->start_addr = pentry; in s390_ipl_realize()
/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/kernel/
H A Dpadata.c939 struct padata_sysfs_entry *pentry; in padata_sysfs_show() local
943 pentry = attr2pentry(attr); in padata_sysfs_show()
944 if (pentry->show) in padata_sysfs_show()
945 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show()
954 struct padata_sysfs_entry *pentry; in padata_sysfs_store() local
958 pentry = attr2pentry(attr); in padata_sysfs_store()
959 if (pentry->show) in padata_sysfs_store()
960 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()
/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()
1060 struct ctl_table **pentry) in sysctl_follow_link() argument
1070 root = (*pentry)->data; in sysctl_follow_link()
1076 const char *procname = (*pentry)->procname; in sysctl_follow_link()
1083 *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
838 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