Searched refs:MMU_PAGE_COUNT (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/powerpc/mm/nohash/
H A Dtlb.c53 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
97 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT] = {
418 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) {
457 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) {
480 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) {
508 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) {
521 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) {
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dmmu.h19 int penc[MMU_PAGE_COUNT]; /* HPTE encoding */
28 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
H A Dhugetlb.h73 BUILD_BUG_ON((MMU_PAGE_COUNT - 1) > 0xf);
H A Dpgalloc.h176 extern atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
H A Dmmu-hash.h189 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize)
206 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) {
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dmmu-8xx.h207 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
213 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize)
/linux-master/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h259 extern struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
265 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize)
/linux-master/arch/powerpc/include/asm/
H A Dpage.h41 #define HUGE_MAX_HSTATE (MMU_PAGE_COUNT-1)
H A Dmmu.h382 #define MMU_PAGE_COUNT 16 macro
/linux-master/arch/powerpc/platforms/pseries/
H A Dlpar.c69 static int hblkrm_size[MMU_PAGE_COUNT][MMU_PAGE_COUNT] __ro_after_init;
1460 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++) {
1463 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) {
1475 * Currently MMU_PAGE_COUNT is 16, which means 42 bytes. Use a cache line size
1514 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++)
1515 for (idx = 0; idx < MMU_PAGE_COUNT; idx++)
/linux-master/arch/powerpc/mm/book3s64/
H A Dpgtable.c28 struct mmu_psize_def mmu_psize_defs[MMU_PAGE_COUNT];
499 atomic_long_t direct_pages_count[MMU_PAGE_COUNT];
H A Dhash_utils.c143 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
158 .penc = {[MMU_PAGE_4K] = 0, [1 ... MMU_PAGE_COUNT - 1] = -1},
166 [MMU_PAGE_16M + 1 ... MMU_PAGE_COUNT - 1] = -1 },
706 for (bpsize = 0; bpsize < MMU_PAGE_COUNT; bpsize++)
707 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++)
789 for (bp = 0; bp < MMU_PAGE_COUNT; ++bp) {
792 for (ap = bp; ap < MMU_PAGE_COUNT; ++ap) {
H A Dradix_tlb.c1552 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) {
/linux-master/arch/powerpc/mm/
H A Dmem.c277 BUILD_BUG_ON(MMU_PAGE_COUNT > 16);
H A Dpgtable.c291 psize = MMU_PAGE_COUNT;
H A Dhugetlbpage.c553 for (psize = 0; psize < MMU_PAGE_COUNT; ++psize) {
/linux-master/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c300 while (idx < MMU_PAGE_COUNT) {
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c208 for (ps = MMU_PAGE_4K; ps < MMU_PAGE_COUNT; ++ps)
H A Dbook3s_hv_nested.c1312 for (psize = 0; psize < MMU_PAGE_COUNT; psize++) {

Completed in 292 milliseconds