Searched refs:pt (Results 176 - 200 of 313) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/lib/
H A DNG4copy_page.S54 bne,pt %icc, 1b
H A Dcopy_page.S91 ba,pt %xcc, 9f
142 bne,pt %xcc, 1b
167 ba,pt %xcc, 5f
176 be,a,pt %icc, 1f
202 bne,pt %xcc, 1b
H A Dxor.S30 be,pt %icc, 0f
66 bne,pt %xcc, 2b
100 be,pt %icc, 0f
135 bne,pt %xcc, 3b
167 be,pt %icc, 0f
212 bne,pt %xcc, 4b
254 be,pt %icc, 0f
309 bne,pt %xcc, 5b
395 bne,pt %xcc, 1b
457 bne,pt
[all...]
/linux-master/arch/alpha/include/asm/
H A Delf.h112 extern void dump_elf_thread(elf_greg_t *dest, struct pt_regs *pt,
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-ts.c101 return saa7134_pgtable_build(dev->pci, &dmaq->pt, dma->sgl, dma->nents,
221 saa7134_pgtable_alloc(dev->pci, &dev->ts_q.pt);
269 (dev->ts_q.pt.dma >> 12));
304 saa7134_pgtable_free(dev->pci, &dev->ts_q.pt);
H A Dsaa7134-core.c217 int saa7134_pgtable_alloc(struct pci_dev *pci, struct saa7134_pgtable *pt) argument
226 pt->size = SAA7134_PGTABLE_SIZE;
227 pt->cpu = cpu;
228 pt->dma = dma_addr;
232 int saa7134_pgtable_build(struct pci_dev *pci, struct saa7134_pgtable *pt, argument
239 BUG_ON(NULL == pt || NULL == pt->cpu);
241 ptr = pt->cpu + startpage;
250 void saa7134_pgtable_free(struct pci_dev *pci, struct saa7134_pgtable *pt) argument
252 if (NULL == pt
[all...]
/linux-master/include/asm-generic/
H A Dtlb.h491 static inline void tlb_remove_ptdesc(struct mmu_gather *tlb, void *pt) argument
493 tlb_remove_table(tlb, pt);
497 static inline void tlb_remove_page_ptdesc(struct mmu_gather *tlb, struct ptdesc *pt) argument
499 tlb_remove_page(tlb, ptdesc_page(pt));
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c790 static u64 ehea_reg_mr_section(int top, int dir, int idx, u64 *pt, argument
797 u64 pt_abs = __pa(pt);
805 pt[m] = __pa(pg);
821 static u64 ehea_reg_mr_sections(int top, int dir, u64 *pt, argument
832 hret = ehea_reg_mr_section(top, dir, idx, pt, adapter, mr);
839 static u64 ehea_reg_mr_dir_sections(int top, u64 *pt, argument
850 hret = ehea_reg_mr_sections(top, dir, pt, adapter, mr);
860 u64 *pt; local
866 pt = (void *)get_zeroed_page(GFP_KERNEL);
867 if (!pt) {
[all...]
/linux-master/tools/workqueue/
H A Dwq_dump.py123 def print_pod_type(pt):
124 print(f' nr_pods {pt.nr_pods.value_()}')
127 for pod in range(pt.nr_pods):
128 print(f' [{pod}]={cpumask_str(pt.pod_cpus[pod])}', end='')
132 for pod in range(pt.nr_pods):
133 print(f' [{pod}]={pt.pod_node[pod].value_()}', end='')
138 print(f' [{cpu}]={pt.cpu_pod[cpu].value_()}', end='')
/linux-master/kernel/
H A Dworkqueue.c4583 struct wq_pod_type *pt; local
4593 pt = &wq_pod_types[scope];
4596 likely(pt->nr_pods))
4597 return pt;
4603 pt = &wq_pod_types[WQ_AFFN_SYSTEM];
4604 BUG_ON(!pt->nr_pods);
4605 return pt;
4864 struct wq_pod_type *pt = &wq_pod_types[WQ_AFFN_NUMA]; local
4880 for (pod = 0; pod < pt->nr_pods; pod++) {
4881 if (cpumask_subset(attrs->__pod_cpumask, pt
5055 const struct wq_pod_type *pt = wqattrs_pod_type(attrs); local
6499 const struct wq_pod_type *pt = wqattrs_pod_type(attrs); local
6531 const struct wq_pod_type *pt = wqattrs_pod_type(attrs); local
7571 struct wq_pod_type *pt = &wq_pod_types[WQ_AFFN_SYSTEM]; local
7779 init_pod_type(struct wq_pod_type *pt, bool (*cpus_share_pod)(int, int)) argument
[all...]
/linux-master/include/media/drv-intf/
H A Dsaa7146.h171 int saa7146_pgtable_alloc(struct pci_dev *pci, struct saa7146_pgtable *pt);
172 void saa7146_pgtable_free(struct pci_dev *pci, struct saa7146_pgtable *pt);
173 int saa7146_pgtable_build_single(struct pci_dev *pci, struct saa7146_pgtable *pt, struct scatterlist *list, int length );
174 void *saa7146_vmalloc_build_pgtable(struct pci_dev *pci, long length, struct saa7146_pgtable *pt);
175 void saa7146_vfree_destroy_pgtable(struct pci_dev *pci, void *mem, struct saa7146_pgtable *pt);
/linux-master/fs/
H A Deventpoll.c246 poll_table pt; member in struct:ep_pqueue
942 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, int depth);
949 poll_table pt; local
952 init_poll_funcptr(&pt, NULL);
964 if (ep_item_poll(epi, &pt, depth + 1)) {
987 static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, argument
993 pt->_key = epi->event.events;
995 res = vfs_poll(file, pt);
997 res = __ep_eventpoll_poll(file, pt, depth);
1378 poll_table *pt)
1377 ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, poll_table *pt) argument
1713 poll_table pt; local
1786 poll_table pt; local
[all...]
/linux-master/block/partitions/
H A Dmsdos.c74 struct msdos_partition *pt = (struct msdos_partition *) (p + 0x1be); local
91 for (slot = 1; slot <= 4; slot++, pt++) {
92 if (pt->sys_ind == SOLARIS_X86_PARTITION ||
93 pt->sys_ind == LINUX_RAID_PARTITION ||
94 pt->sys_ind == LINUX_DATA_PARTITION ||
95 pt->sys_ind == LINUX_LVM_PARTITION ||
96 is_extended_partition(pt))
/linux-master/arch/sparc/crypto/
H A Ddes_asm.S125 bne,pt %icc, 1b
150 bne,pt %icc, 1b
176 bne,pt %icc, 1b
382 bne,pt %icc, 1b
398 bne,pt %icc, 1b
416 bne,pt %icc, 1b
/linux-master/drivers/media/pci/ttpci/
H A Dbudget-core.c132 saa7146_write(dev, BASE_PAGE3, budget->pt.dma | ME1 | 0x90);
183 dma_sync_sg_for_cpu(&budget->dev->pci->dev, budget->pt.slist,
184 budget->pt.nents, DMA_FROM_DEVICE);
513 budget->grabbing = saa7146_vmalloc_build_pgtable(dev->pci, budget->buffer_size, &budget->pt);
533 saa7146_vfree_destroy_pgtable(dev->pci, budget->grabbing, &budget->pt);
562 saa7146_vfree_destroy_pgtable(dev->pci, budget->grabbing, &budget->pt);
H A Dbudget.h50 struct saa7146_pgtable pt; member in struct:budget
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c378 unsigned char pt; local
385 pt = *ptr;
397 if (pt >> (loop - 1))
412 unsigned char pt; local
420 pt = *ptr;
432 if (pt >> (loop - 1))
/linux-master/drivers/gpu/drm/lima/
H A Dlima_vm.c257 u32 *pd, *pt; local
267 pt = vm->bts[i].cpu;
274 u32 pte = *pt++;
277 printk(KERN_INFO " pt %03x:%08x\n", k, pte);
/linux-master/lib/
H A Dtest_hmm.c92 struct xarray pt; member in struct:dmirror
173 xa_init(&dmirror->pt);
191 xa_destroy(&dmirror->pt);
233 entry = xa_store(&dmirror->pt, pfn, entry, GFP_ATOMIC);
252 xa_for_each_range(&dmirror->pt, pfn, entry, start >> PAGE_SHIFT,
254 xa_erase(&dmirror->pt, pfn);
372 entry = xa_load(&dmirror->pt, pfn);
438 entry = xa_load(&dmirror->pt, pfn);
701 entry = xa_load(&dmirror->pt, pfn);
726 entry = xa_store(&dmirror->pt, pf
[all...]
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsev_migrate_tests.c121 pthread_t pt[NR_LOCK_TESTING_THREADS]; local
133 pthread_create(&pt[i], NULL, locking_test_thread, &input[i]);
136 pthread_join(pt[i], NULL);
/linux-master/drivers/staging/media/atomisp/pci/mmu/
H A Disp_mmu.c60 static unsigned int atomisp_get_pte(phys_addr_t pt, unsigned int idx) argument
62 unsigned int *pt_virt = phys_to_virt(pt);
67 static void atomisp_set_pte(phys_addr_t pt, argument
70 unsigned int *pt_virt = phys_to_virt(pt);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv04.c53 device->mmu->vmm->pd->pt[0]->memory;
/linux-master/net/802/
H A Dpsnap.c46 struct packet_type *pt, struct net_device *orig_dev)
45 snap_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) argument
H A Dstp.c31 struct packet_type *pt, struct net_device *orig_dev)
30 stp_pdu_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev) argument
/linux-master/net/llc/
H A Dllc_core.c94 struct packet_type *pt,
91 llc_sap_open(unsigned char lsap, int (*func)(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt, struct net_device *orig_dev)) argument

Completed in 228 milliseconds

1234567891011>>