Home
last modified time | relevance | path

Searched refs:pte_none (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/mm/
H A Dfixmap.c26 if (pte_none(*pte)) in set_fixmap()
38 if (WARN_ON(pte_none(*pte))) in clear_fixmap()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/parisc/mm/
H A Dfixmap.c26 if (pte_none(*pte)) in set_fixmap()
38 if (WARN_ON(pte_none(*pte))) in clear_fixmap()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/parisc/mm/
H A Dfixmap.c26 if (pte_none(*pte)) in set_fixmap()
38 if (WARN_ON(pte_none(*pte))) in clear_fixmap()
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dhighmem.c179 BUG_ON(pte_none(pkmap_page_table[i])); in flush_all_zero_pkmaps()
528 BUG_ON(!pte_none(*(kmap_pte - idx))); in __kmap_local_pfn_prot()
622 WARN_ON_ONCE(!pte_none(pteval)); in __kmap_local_sched_out()
625 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_out()
658 WARN_ON_ONCE(!pte_none(pteval)); in __kmap_local_sched_in()
661 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_in()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dhighmem.c179 BUG_ON(pte_none(pkmap_page_table[i])); in flush_all_zero_pkmaps()
528 BUG_ON(!pte_none(*(kmap_pte - idx))); in __kmap_local_pfn_prot()
622 WARN_ON_ONCE(!pte_none(pteval)); in __kmap_local_sched_out()
625 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_out()
658 WARN_ON_ONCE(!pte_none(pteval)); in __kmap_local_sched_in()
661 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_in()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dhighmem.c179 BUG_ON(pte_none(pkmap_page_table[i])); in flush_all_zero_pkmaps()
528 BUG_ON(!pte_none(*(kmap_pte - idx))); in __kmap_local_pfn_prot()
622 WARN_ON_ONCE(!pte_none(pteval)); in __kmap_local_sched_out()
625 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_out()
658 WARN_ON_ONCE(!pte_none(pteval)); in __kmap_local_sched_in()
661 if (WARN_ON_ONCE(pte_none(pteval))) in __kmap_local_sched_in()
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/kasan/
H A Dshadow.c171 return !pte_none(*pte); in shadow_mapped()
257 if (likely(!pte_none(*ptep))) in kasan_populate_vmalloc_pte()
268 if (likely(pte_none(*ptep))) { in kasan_populate_vmalloc_pte()
367 if (likely(!pte_none(*ptep))) { in kasan_depopulate_vmalloc_pte()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/kasan/
H A Dshadow.c171 return !pte_none(*pte); in shadow_mapped()
257 if (likely(!pte_none(*ptep))) in kasan_populate_vmalloc_pte()
268 if (likely(pte_none(*ptep))) { in kasan_populate_vmalloc_pte()
367 if (likely(!pte_none(*ptep))) { in kasan_depopulate_vmalloc_pte()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/kasan/
H A Dshadow.c171 return !pte_none(*pte); in shadow_mapped()
257 if (likely(!pte_none(*ptep))) in kasan_populate_vmalloc_pte()
268 if (likely(pte_none(*ptep))) { in kasan_populate_vmalloc_pte()
367 if (likely(!pte_none(*ptep))) { in kasan_depopulate_vmalloc_pte()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/mm/
H A Dkasan_init.c51 if (!pte_none(READ_ONCE(*ptep))) in kasan_pte_populate()
63 } else if (pte_none(READ_ONCE(*ptep))) { in kasan_pte_populate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/mm/
H A Dkasan_init.c51 if (!pte_none(READ_ONCE(*ptep))) in kasan_pte_populate()
63 } else if (pte_none(READ_ONCE(*ptep))) { in kasan_pte_populate()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mm/
H A Dkasan_init.c51 if (!pte_none(READ_ONCE(*ptep))) in kasan_pte_populate()
63 } else if (pte_none(READ_ONCE(*ptep))) { in kasan_pte_populate()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sh/mm/
H A Dkmap.c44 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
H A Dtlbex_32.c57 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sh/mm/
H A Dkmap.c44 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
H A Dtlbex_32.c57 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sh/mm/
H A Dkmap.c44 BUG_ON(!pte_none(*(kmap_coherent_pte - idx))); in kmap_coherent()
H A Dtlbex_32.c57 if (unlikely(pte_none(entry) || pte_not_present(entry))) in handle_tlbmiss()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/
H A Dpgtable.h132 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro
134 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro
156 if (pte_none(*buddy)) {
183 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/
H A Dpgtable.h132 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro
134 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro
156 if (pte_none(*buddy)) {
183 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/
H A Dpgtable.h132 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) macro
134 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) macro
156 if (pte_none(*buddy)) {
183 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/mm/
H A Dpgtable_32.c56 if (!pte_none(pteval)) in set_pte_vaddr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/mm/
H A Dpgtable_32.c56 if (!pte_none(pteval)) in set_pte_vaddr()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/mm/
H A Dpgtable_32.c56 if (!pte_none(pteval)) in set_pte_vaddr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/mm/
H A Dvmem.c166 if (pte_none(*pte)) in modify_pte_table()
171 } else if (pte_none(*pte)) { in modify_pte_table()
201 if (!pte_none(*pte)) in try_free_pte_table()

1234567891011