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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgalloc_32.h51 #define pmd_populate(MM, PMD, PTE) BTFIXUP_CALL(pmd_populate)(PMD, PTE)
54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE)
H A Dpgalloc_64.h71 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dpgalloc_32.h51 #define pmd_populate(MM, PMD, PTE) BTFIXUP_CALL(pmd_populate)(PMD, PTE)
54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE)
H A Dpgalloc_64.h71 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/kernel/
H A Dhead_32.S141 .macro PTE va, cpa, bits1, no_org=0
160 PTE addr + PAGE_OFFSET, addr, HV_PTE_READABLE | HV_PTE_WRITABLE
165 PTE MEM_SV_INTRPT, 0, HV_PTE_READABLE | HV_PTE_EXECUTABLE
178 PTE 0, 0, HV_PTE_READABLE | HV_PTE_WRITABLE, 1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/kernel/
H A Dhead_32.S141 .macro PTE va, cpa, bits1, no_org=0
160 PTE addr + PAGE_OFFSET, addr, HV_PTE_READABLE | HV_PTE_WRITABLE
165 PTE MEM_SV_INTRPT, 0, HV_PTE_READABLE | HV_PTE_EXECUTABLE
178 PTE 0, 0, HV_PTE_READABLE | HV_PTE_WRITABLE, 1
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dmmu.S60 ; 1. PMD and PTE exists in mm subsystem but not in TLB
61 ; 2. PMD exists but not PTE
70 ; behavior. If the same PTE is present in more than one set, the TLB
76 ; Each page is 8 KB. Each PMD holds 8192/4 PTEs (each PTE is 4 bytes) so each
79 ; Bits 13-23 : PTE offset within a PMD
130 ; Look up PTE in PMD
133 and.d 0x7ff, $r0 ; Get PTE index into PMD (bit 13-23)
135 move.d [$acr], $acr ; Get PTE
183 9: ; PTE missing, let the mm subsystem fix it up.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dmmu.S60 ; 1. PMD and PTE exists in mm subsystem but not in TLB
61 ; 2. PMD exists but not PTE
70 ; behavior. If the same PTE is present in more than one set, the TLB
76 ; Each page is 8 KB. Each PMD holds 8192/4 PTEs (each PTE is 4 bytes) so each
79 ; Bits 13-23 : PTE offset within a PMD
130 ; Look up PTE in PMD
133 and.d 0x7ff, $r0 ; Get PTE index into PMD (bit 13-23)
135 move.d [$acr], $acr ; Get PTE
183 9: ; PTE missing, let the mm subsystem fix it up.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/microblaze/include/asm/
H A Dmmu.h39 } PTE; typedef in typeref:struct:_PTE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dmmu.h39 } PTE; typedef in typeref:struct:_PTE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/mm/
H A Dtlb-miss.S143 srli.p gr29,#12,gr31 /* use EAR0[25:14] as PTE index */
151 # - the PTE must be marked accessed if it was valid
156 ldi @(gr31,#0),gr30 /* fetch the PTE */
159 beq icc0,#0,__tlb_kernel_fault /* jump if PTE invalid */
160 sti.p gr30,@(gr31,#0) /* update the PTE */
164 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
207 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
232 srli.p gr29,#12,gr31 /* use EAR0[25:14] as PTE index */
264 srli.p gr29,#12,gr31 /* use EAR0[25:14] as PTE index */
272 # - the PTE mus
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/mm/
H A Dtlb-miss.S143 srli.p gr29,#12,gr31 /* use EAR0[25:14] as PTE index */
151 # - the PTE must be marked accessed if it was valid
156 ldi @(gr31,#0),gr30 /* fetch the PTE */
159 beq icc0,#0,__tlb_kernel_fault /* jump if PTE invalid */
160 sti.p gr30,@(gr31,#0) /* update the PTE */
164 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
207 # the PTE we want wasn't in the PTD we have mapped, so we need to go looking for a more
232 srli.p gr29,#12,gr31 /* use EAR0[25:14] as PTE index */
264 srli.p gr29,#12,gr31 /* use EAR0[25:14] as PTE index */
272 # - the PTE mus
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mm/
H A Dproc-macros.S77 * Sanity check the PTE configuration for the code below - which makes
82 #error PTE shared bit mismatch
86 #error Invalid Linux PTE bit settings
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-macros.S77 * Sanity check the PTE configuration for the code below - which makes
82 #error PTE shared bit mismatch
86 #error Invalid Linux PTE bit settings
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/frv/include/asm/
H A Dpgtable.h469 * - the PTE is encoded in the following format:
489 #define pte_to_pgoff(PTE) ((PTE).pte >> 2)
506 * preload information about a newly instantiated PTE into the SCR0/SCR1 PGE cache
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h469 * - the PTE is encoded in the following format:
489 #define pte_to_pgoff(PTE) ((PTE).pte >> 2)
506 * preload information about a newly instantiated PTE into the SCR0/SCR1 PGE cache
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dsun4v_tlb_miss.S70 * %g3: PTE
81 mov %g3, %o2 ! PTE
113 * %g3: PTE
124 mov %g3, %o2 ! PTE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsun4v_tlb_miss.S70 * %g3: PTE
81 mov %g3, %o2 ! PTE
113 * %g3: PTE
124 mov %g3, %o2 ! PTE
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dentry.S368 and.d 0x7ff, $r1 ; Get PTE index into PGD (bit 13-23)
369 move.d [$r0+$r1.d], $r1 ; Get PTE
379 2: ; PMD or PTE missing, let the mm subsystem fix it up.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dentry.S368 and.d 0x7ff, $r1 ; Get PTE index into PGD (bit 13-23)
369 move.d [$r0+$r1.d], $r1 ; Get PTE
379 2: ; PMD or PTE missing, let the mm subsystem fix it up.

Completed in 306 milliseconds