Home
last modified time | relevance | path

Searched refs:PTE (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S10 * helps avoid a shift when preparing PD0 from PTE
201 ; OUT: r0 = PTE faulted on, r1 = ptr to PTE, r2 = Faulting V-address
222 bnz.d 2f ; YES: PGD == PMD has THP PTE: stop pgd walk
228 ; Get the PTE entry: The idea is
242 ld.aw r0, [r1, r0] ; r0: PTE (lower word only for PAE40)
243 ; r1: PTE ptr
250 ; Convert Linux PTE entry into TLB entry
251 ; A one-word PTE entry is programmed as two-word TLB Entry [PD0:PD1] in mmu
252 ; (for PAE40, two-words PTE, whil
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgalloc_64.h68 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE)
69 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE)
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgalloc_64.h72 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE)
73 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE)
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dmremap_test.c53 #define PTE page_size macro
474 /* Src addr PTE aligned */ in main()
475 test_cases[3] = MAKE_TEST(PTE, PTE, PTE * 2, in main()
477 "8KB mremap - Source PTE-aligned, Destination PTE-aligned"); in main()
480 test_cases[4] = MAKE_TEST(_1MB, PTE, _2MB, NON_OVERLAPPING, EXPECT_SUCCESS, in main()
481 "2MB mremap - Source 1MB-aligned, Destination PTE-aligned"); in main()
486 test_cases[6] = MAKE_TEST(PMD, PTE, _4M in main()
[all...]
H A Drun_vmtests.sh67 test handling of code that might set PTE/PMD dirty in
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dmmu.h36 } PTE; typedef
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dmmu.h33 } PTE; typedef
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
H A Driscv_encoding.h285 // page table entry (PTE) fields
298 #define PTE_TABLE(PTE) (((PTE) & (PTE_V | PTE_R | PTE_W | PTE_X)) == PTE_V)
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dex-entry.S93 .long do_page_fault !PTE not present
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsun4v_tlb_miss.S71 * %g3: PTE
82 mov %g3, %o2 ! PTE
114 * %g3: PTE
125 mov %g3, %o2 ! PTE
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsun4v_tlb_miss.S71 * %g3: PTE
82 mov %g3, %o2 ! PTE
114 * %g3: PTE
125 mov %g3, %o2 ! PTE

Completed in 7 milliseconds