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

/linux-master/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)
/linux-master/arch/microblaze/include/asm/
H A Dmmu.h33 } PTE; typedef in typeref:struct:_PTE
/linux-master/tools/testing/selftests/mm/
H A Dmremap_test.c57 #define PTE page_size macro
676 /* Src addr PTE aligned */
677 test_cases[3] = MAKE_TEST(PTE, PTE, PTE * 2,
679 "8KB mremap - Source PTE-aligned, Destination PTE-aligned");
682 test_cases[4] = MAKE_TEST(_1MB, PTE, _2MB, NON_OVERLAPPING, EXPECT_SUCCESS,
683 "2MB mremap - Source 1MB-aligned, Destination PTE-aligned");
688 test_cases[6] = MAKE_TEST(PMD, PTE, _4M
[all...]
H A Drun_vmtests.sh74 test handling of code that might set PTE/PMD dirty in
/linux-master/arch/arm/mm/
H A Dproc-macros.S106 * Sanity check the PTE configuration for the code below - which makes
111 #error PTE shared bit mismatch
116 #error Invalid Linux PTE bit settings
/linux-master/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 157 milliseconds