Home
last modified time | relevance | path

Searched refs:tprot (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/s390/kernel/
Dmem_detect.c32 type = tprot(addr); in find_memory_chunks()
37 } while (type == tprot(addr + size)); in find_memory_chunks()
Dsuspend.c147 if (tprot(PFN_PHYS(pfn))) in pfn_is_nosave()
/linux-3.4.99/arch/s390/include/asm/
Dmmu.h26 static inline int tprot(unsigned long addr) in tprot() function
/linux-3.4.99/arch/powerpc/mm/
Dhash_utils_64.c196 unsigned long tprot = prot; in htab_bolt_mapping() local
200 tprot &= ~HPTE_R_N; in htab_bolt_mapping()
206 ret = ppc_md.hpte_insert(hpteg, va, paddr, tprot, in htab_bolt_mapping()