Home
last modified time | relevance | path

Searched refs:copro_calculate_slb (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dcopro.h21 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb);
/arch/powerpc/mm/
Dcopro_fault.c97 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb) in copro_calculate_slb() function
141 EXPORT_SYMBOL_GPL(copro_calculate_slb);
/arch/powerpc/platforms/cell/
Dspu_base.c169 ret = copro_calculate_slb(spu->mm, ea, &slb); in __spu_trap_data_seg()