Searched defs:get_slice_psize (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpage_64.h139 #define get_slice_psize(mm, addr) ((mm)->context.user_psize) macro
147 #define get_slice_psize(mm, addr) MMU_PAGE_64K macro
149 #define get_slice_psize(mm, addr) MMU_PAGE_4K macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dslice.c588 unsigned int get_slice_psize(struct mm_struct *mm, unsigned long addr) function
603 EXPORT_SYMBOL_GPL(get_slice_psize); variable

Completed in 109 milliseconds