Searched refs:copro_calculate_slb (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/arch/powerpc/mm/ |
| D | copro_fault.c | 85 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb) in copro_calculate_slb() function 139 EXPORT_SYMBOL_GPL(copro_calculate_slb);
|
| /Linux-v5.15/arch/powerpc/include/asm/ |
| D | copro.h | 19 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb);
|
| /Linux-v5.15/drivers/misc/cxl/ |
| D | fault.c | 90 if (!(rc = copro_calculate_slb(mm, ea, &slb))) { in cxl_fault_segment() 328 rc = copro_calculate_slb(mm, ea, &slb); in cxl_prefault_vma()
|
| /Linux-v5.15/arch/powerpc/platforms/cell/ |
| D | spu_base.c | 156 ret = copro_calculate_slb(spu->mm, ea, &slb); in __spu_trap_data_seg()
|