Searched refs:pinned (Results 1 – 13 of 13) sorted by relevance
/arch/arm64/mm/ |
D | context.c | 179 if (refcount_read(&mm->context.pinned)) in new_context() 285 if (refcount_inc_not_zero(&mm->context.pinned)) in arm64_mm_context_get() 304 refcount_set(&mm->context.pinned, 1); in arm64_mm_context_get() 329 if (refcount_dec_and_test(&mm->context.pinned)) { in arm64_mm_context_put()
|
/arch/powerpc/mm/book3s64/ |
D | iommu_api.c | 61 long i, ret, locked_entries = 0, pinned = 0; in mm_iommu_do_alloc() local 110 pinned += n; in mm_iommu_do_alloc() 114 pinned += ret; in mm_iommu_do_alloc() 118 if (pinned != entries) { in mm_iommu_do_alloc() 175 unpin_user_pages(mem->hpages, pinned); in mm_iommu_do_alloc()
|
/arch/arm64/include/asm/ |
D | mmu.h | 25 refcount_t pinned; member
|
D | mmu_context.h | 166 refcount_set(&mm->context.pinned, 0); in init_new_context()
|
/arch/x86/xen/ |
D | mmu_pv.c | 1514 bool pinned = xen_page_pinned(mm->pgd); in xen_alloc_ptpage() local 1516 trace_xen_mmu_alloc_ptpage(mm, pfn, level, pinned); in xen_alloc_ptpage() 1518 if (pinned) { in xen_alloc_ptpage() 1521 pinned = false; in xen_alloc_ptpage() 1523 pinned = PagePinned(page); in xen_alloc_ptpage() 1531 if (level == PT_PTE && USE_SPLIT_PTE_PTLOCKS && !pinned) in xen_alloc_ptpage() 1552 bool pinned = PagePinned(page); in xen_release_ptpage() local 1554 trace_xen_mmu_release_ptpage(pfn, level, pinned); in xen_release_ptpage() 1556 if (pinned) { in xen_release_ptpage()
|
/arch/x86/kernel/cpu/resctrl/ |
D | pseudo_lock.c | 921 .pinned = 1, 929 .pinned = 1,
|
/arch/powerpc/platforms/8xx/ |
D | Kconfig | 173 table 4 TLBs can be pinned.
|
/arch/arm64/kvm/ |
D | pmu-emul.c | 666 attr.pinned = 1; in kvm_pmu_create_perf_event() 811 attr.pinned = 1; in kvm_pmu_probe_armpmu()
|
/arch/x86/kvm/ |
D | pmu.c | 105 .pinned = true, in pmc_reprogram_counter()
|
/arch/x86/kvm/vmx/ |
D | pmu_intel.c | 289 .pinned = true, in intel_pmu_create_guest_lbr_event()
|
/arch/arm64/boot/dts/qcom/ |
D | sdm630-sony-xperia-nile.dtsi | 326 * and Coresight QPDI that both request pinned 2.95V.
|
/arch/powerpc/perf/ |
D | core-book3s.c | 600 if (!leader->attr.pinned || !leader->attr.exclusive) in ebb_event_check()
|
/arch/powerpc/ |
D | Kconfig | 810 8M pages will be pinned.
|