Searched refs:SRMMU_PGDIR_SIZE (Results 1 – 2 of 2) sorted by relevance
23 #define SRMMU_PGDIR_SIZE (1UL << SRMMU_PGDIR_SHIFT) macro24 #define SRMMU_PGDIR_MASK (~(SRMMU_PGDIR_SIZE-1))25 #define SRMMU_PGDIR_ALIGN(addr) (((addr)+SRMMU_PGDIR_SIZE-1)&SRMMU_PGDIR_MASK)
888 "r" (size), "r" (SRMMU_PGDIR_SIZE), "i" (ASI_M_MMUREGS), in cypress_flush_tlb_range()1049 if(srmmu_hwprobe((start-PAGE_SIZE) + SRMMU_PGDIR_SIZE) == in srmmu_inherit_prom_mappings()1057 start += SRMMU_PGDIR_SIZE; in srmmu_inherit_prom_mappings()1116 vstart += SRMMU_PGDIR_SIZE; pstart += SRMMU_PGDIR_SIZE; in map_spbank()1140 BTFIXUPSET_SIMM13(user_ptrs_per_pgd, PAGE_OFFSET / SRMMU_PGDIR_SIZE); in map_kernel()2039 BTFIXUPSET_SETHI(pgdir_size, SRMMU_PGDIR_SIZE); in ld_mmu_srmmu()