Searched refs:ptc (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
A D | base.c | 124 list_for_each_entry(ptc, &mmu->ptc.list, head) { 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() 134 list_add(&ptc->head, &mmu->ptc.list); in nvkm_mmu_ptc_find() 137 return ptc; in nvkm_mmu_ptc_find() 184 if (!ptc) { in nvkm_mmu_ptc_get() 195 ptc->refs--; in nvkm_mmu_ptc_get() 204 pt->ptc = ptc; in nvkm_mmu_ptc_get() 223 list_for_each_entry(ptc, &mmu->ptc.list, head) { in nvkm_mmu_ptc_dump() [all …]
|
A D | priv.h | 52 struct nvkm_mmu_ptc *ptc; member
|
/linux-6.3-rc2/mm/ |
A D | page_table_check.c | 77 struct page_table_check *ptc = get_page_table_check(page_ext); in page_table_check_clear() local 80 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_clear() 81 BUG_ON(atomic_dec_return(&ptc->anon_map_count) < 0); in page_table_check_clear() 83 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_clear() 84 BUG_ON(atomic_dec_return(&ptc->file_map_count) < 0); in page_table_check_clear() 116 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_set() 117 BUG_ON(atomic_inc_return(&ptc->anon_map_count) > 1 && rw); in page_table_check_set() 119 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_set() 120 BUG_ON(atomic_inc_return(&ptc->file_map_count) < 0); in page_table_check_set() 141 BUG_ON(atomic_read(&ptc->anon_map_count)); in __page_table_check_zero() [all …]
|
/linux-6.3-rc2/drivers/acpi/ |
A D | processor_throttling.c | 404 union acpi_object *ptc = NULL; in acpi_processor_get_throttling_control() local 416 ptc = (union acpi_object *)buffer.pointer; in acpi_processor_get_throttling_control() 417 if (!ptc || (ptc->type != ACPI_TYPE_PACKAGE) in acpi_processor_get_throttling_control() 418 || (ptc->package.count != 2)) { in acpi_processor_get_throttling_control() 428 obj = ptc->package.elements[0]; in acpi_processor_get_throttling_control() 444 obj = ptc->package.elements[1]; in acpi_processor_get_throttling_control()
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A 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
|
A D | relocate_kernel.S | 83 ptc.e r18
|
A D | mca_asm.S | 85 ptc.e r18
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
A D | mmu.h | 117 } ptc, ptp; member
|
/linux-6.3-rc2/drivers/usb/gadget/udc/ |
A 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()
|
Completed in 20 milliseconds