Searched refs:ptc (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | base.c | 122 struct nvkm_mmu_ptc *ptc; in nvkm_mmu_ptc_find() local 124 list_for_each_entry(ptc, &mmu->ptc.list, head) { in nvkm_mmu_ptc_find() 125 if (ptc->size == size) in nvkm_mmu_ptc_find() 126 return ptc; in nvkm_mmu_ptc_find() 129 ptc = kmalloc(sizeof(*ptc), GFP_KERNEL); in nvkm_mmu_ptc_find() 130 if (ptc) { in nvkm_mmu_ptc_find() 131 INIT_LIST_HEAD(&ptc->item); in nvkm_mmu_ptc_find() 132 ptc->size = size; in nvkm_mmu_ptc_find() 133 ptc->refs = 0; in nvkm_mmu_ptc_find() 134 list_add(&ptc->head, &mmu->ptc.list); in nvkm_mmu_ptc_find() [all …]
|
D | priv.h | 52 struct nvkm_mmu_ptc *ptc; member
|
/linux-6.1.9/mm/ |
D | page_table_check.c | 75 struct page_table_check *ptc = get_page_table_check(page_ext); in page_table_check_clear() local 78 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_clear() 79 BUG_ON(atomic_dec_return(&ptc->anon_map_count) < 0); in page_table_check_clear() 81 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_clear() 82 BUG_ON(atomic_dec_return(&ptc->file_map_count) < 0); in page_table_check_clear() 111 struct page_table_check *ptc = get_page_table_check(page_ext); in page_table_check_set() local 114 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_set() 115 BUG_ON(atomic_inc_return(&ptc->anon_map_count) > 1 && rw); in page_table_check_set() 117 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_set() 118 BUG_ON(atomic_inc_return(&ptc->file_map_count) < 0); in page_table_check_set() [all …]
|
/linux-6.1.9/drivers/acpi/ |
D | processor_throttling.c | 406 union acpi_object *ptc = NULL; in acpi_processor_get_throttling_control() local 418 ptc = (union acpi_object *)buffer.pointer; in acpi_processor_get_throttling_control() 419 if (!ptc || (ptc->type != ACPI_TYPE_PACKAGE) in acpi_processor_get_throttling_control() 420 || (ptc->package.count != 2)) { in acpi_processor_get_throttling_control() 430 obj = ptc->package.elements[0]; in acpi_processor_get_throttling_control() 446 obj = ptc->package.elements[1]; in acpi_processor_get_throttling_control()
|
/linux-6.1.9/arch/ia64/kernel/ |
D | ivt.S | 239 (p6) ptc.l r22,r27 // purge PTE page translation 242 (p6) ptc.l r16,r27 // purge translation 287 (p7) ptc.l r16,r20 331 (p7) ptc.l r16,r20 573 (p7) ptc.l r16,r24 639 (p7) ptc.l r16,r24 693 (p7) ptc.l r16,r24 1117 ptc.l r16,r17
|
D | relocate_kernel.S | 83 ptc.e r18
|
D | mca_asm.S | 85 ptc.e r18
|
/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | mmu.h | 117 } ptc, ptp; member
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | fsl_udc_core.c | 1428 u16 ptc = 0; in setup_received_irq() local 1451 ptc = wIndex >> 8; in setup_received_irq() 1471 if (ptc) { in setup_received_irq() 1475 tmp = fsl_readl(&dr_regs->portsc1) | (ptc << 16); in setup_received_irq() 1477 printk(KERN_INFO "udc: switch to test mode %d.\n", ptc); in setup_received_irq()
|