Searched refs:PTE (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlbex.S | 10 * 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 D | pgalloc_64.h | 68 #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 D | pgalloc_64.h | 72 #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 D | mremap_test.c | 53 #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 D | run_vmtests.sh | 67 test handling of code that might set PTE/PMD dirty in
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | mmu.h | 36 } PTE; typedef
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | mmu.h | 33 } PTE; typedef
|
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
H A D | riscv_encoding.h | 285 // 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 D | ex-entry.S | 93 .long do_page_fault !PTE not present
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sun4v_tlb_miss.S | 71 * %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 D | sun4v_tlb_miss.S | 71 * %g3: PTE 82 mov %g3, %o2 ! PTE 114 * %g3: PTE 125 mov %g3, %o2 ! PTE
|
Completed in 7 milliseconds