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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxp_main.c57 enum xp_retval (*xp_expand_memprotect) (unsigned long phys_addr, variable in typeref:enum:xp_expand_memprotect
59 EXPORT_SYMBOL_GPL(xp_expand_memprotect); variable
H A Dxp_sn2.c169 xp_expand_memprotect = xp_expand_memprotect_sn2;
H A Dxp_uv.c161 xp_expand_memprotect = xp_expand_memprotect_uv;
H A Dxp.h346 extern enum xp_retval (*xp_expand_memprotect) (unsigned long, unsigned long);
H A Dxpc_sn2.c579 ret = xp_expand_memprotect(ia64_tpa((u64)amos_page), PAGE_SIZE);
H A Dxpc_uv.c280 xp_ret = xp_expand_memprotect(xp_pa(mq->address), mq_size);

Completed in 28 milliseconds