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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/hw/
H A Dhw_mmu.h134 u32 pte_size = 0; local
138 pte_size = HW_MMU_COARSE_PAGE_SIZE;
143 pte_size = HW_PAGE_SIZE16MB;
145 pte_size = HW_PAGE_SIZE1MB;
148 return pte_size;
153 u32 pte_size = 0; local
156 pte_size = HW_PAGE_SIZE4KB;
158 pte_size = HW_PAGE_SIZE64KB;
160 return pte_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/hw/
H A Dhw_mmu.h134 u32 pte_size = 0; local
138 pte_size = HW_MMU_COARSE_PAGE_SIZE;
143 pte_size = HW_PAGE_SIZE16MB;
145 pte_size = HW_PAGE_SIZE1MB;
148 return pte_size;
153 u32 pte_size = 0; local
156 pte_size = HW_PAGE_SIZE4KB;
158 pte_size = HW_PAGE_SIZE64KB;
160 return pte_size;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c1355 u32 pte_size; local
1384 pte_size = hw_mmu_pte_size_l1(pte_val);
1386 if (pte_size != HW_MMU_COARSE_PAGE_SIZE)
1420 pte_size = hw_mmu_pte_size_l2(pte_val);
1421 /* va_curr aligned to pte_size? */
1422 if (pte_size == 0 || rem_bytes_l2 < pte_size ||
1423 va_curr & (pte_size - 1)) {
1429 paddr = (pte_val & ~(pte_size - 1));
1430 if (pte_size
1622 u32 pte_size; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/core/
H A Dtiomap3430.c1355 u32 pte_size; local
1384 pte_size = hw_mmu_pte_size_l1(pte_val);
1386 if (pte_size != HW_MMU_COARSE_PAGE_SIZE)
1420 pte_size = hw_mmu_pte_size_l2(pte_val);
1421 /* va_curr aligned to pte_size? */
1422 if (pte_size == 0 || rem_bytes_l2 < pte_size ||
1423 va_curr & (pte_size - 1)) {
1429 paddr = (pte_val & ~(pte_size - 1));
1430 if (pte_size
1622 u32 pte_size; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kvm/
H A Dmmu.c2790 unsigned pte_size; local
2860 pte_size = sp->role.cr4_pae ? 8 : 4;
2861 misaligned = (offset ^ (offset + bytes - 1)) & ~(pte_size - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.c2790 unsigned pte_size; local
2860 pte_size = sp->role.cr4_pae ? 8 : 4;
2861 misaligned = (offset ^ (offset + bytes - 1)) & ~(pte_size - 1);

Completed in 189 milliseconds