Searched refs:copro_slb (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | copro.h | 13 struct copro_slb struct 21 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb);
|
/linux-4.1.27/drivers/misc/cxl/ |
H A D | fault.c | 25 static bool sste_matches(struct cxl_sste *sste, struct copro_slb *slb) sste_matches() 36 struct copro_slb *slb) find_free_sste() 66 static void cxl_load_segment(struct cxl_context *ctx, struct copro_slb *slb) cxl_load_segment() 90 struct copro_slb slb = {0,0}; cxl_fault_segment() 259 struct copro_slb slb; cxl_prefault_vma()
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | copro_fault.c | 101 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb) copro_calculate_slb()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
H A D | spu_base.c | 148 static inline void spu_load_slb(struct spu *spu, int slbe, struct copro_slb *slb) spu_load_slb() 166 struct copro_slb slb; __spu_trap_data_seg() 220 static void __spu_kernel_slb(void *addr, struct copro_slb *slb) __spu_kernel_slb() 239 static inline int __slb_present(struct copro_slb *slbs, int nr_slbs, __slb_present() 264 struct copro_slb slbs[4]; spu_setup_kernel_slbs()
|
Completed in 180 milliseconds