Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dcopro_fault.c81 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb) in copro_calculate_slb() function
135 EXPORT_SYMBOL_GPL(copro_calculate_slb);
/linux/arch/powerpc/include/asm/
H A Dcopro.h19 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb);
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c154 ret = copro_calculate_slb(spu->mm, ea, &slb); in __spu_trap_data_seg()