Searched refs:xp_expand_memprotect (Results 1 – 6 of 6) sorted by relevance
57 enum xp_retval (*xp_expand_memprotect) (unsigned long phys_addr, variable59 EXPORT_SYMBOL_GPL(xp_expand_memprotect);
177 xp_expand_memprotect = xp_expand_memprotect_sn2; in xp_init_sn2()
161 xp_expand_memprotect = xp_expand_memprotect_uv; in xp_init_uv()
345 extern enum xp_retval (*xp_expand_memprotect) (unsigned long, unsigned long);
282 xp_ret = xp_expand_memprotect(xp_pa(mq->address), mq_size); in xpc_create_gru_mq_uv()
579 ret = xp_expand_memprotect(ia64_tpa((u64)amos_page), PAGE_SIZE); in xpc_allow_amo_ops_sn2()