Searched defs:scom (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/arch/powerpc/platforms/wsp/ |
D | scom_smp.c | 83 scom_map_t scom = per_cpu(scom_ptrs, cpu); in get_scom() local 108 static int a2_scom_ram(scom_map_t scom, int thread, u32 insn, int extmask) in a2_scom_ram() 143 static int a2_scom_getgpr(scom_map_t scom, int thread, int gpr, int alt, in a2_scom_getgpr() 159 static int a2_scom_getspr(scom_map_t scom, int thread, int spr, u64 *out_spr) in a2_scom_getspr() 177 static int a2_scom_setgpr(scom_map_t scom, int thread, int gpr, in a2_scom_setgpr() 221 static int a2_scom_setspr(scom_map_t scom, int thread, int spr, u64 val) in a2_scom_setspr() 237 static int a2_scom_initial_tlb(scom_map_t scom, int thread) in a2_scom_initial_tlb() 346 scom_map_t scom; in a2_scom_startup_cpu() local
|