| /src/sys/arch/powerpc/include/ | 
| cpu.h | 406 int	emulate_mxmsr(struct lwp *, struct trapframe *, uint32_t); 
 | 
| /src/sys/arch/powerpc/powerpc/ | 
| powerpc_machdep.c | 760 emulate_mxmsr(struct lwp *l, struct trapframe *tf, uint32_t opcode)  function in typeref:typename:int 
 | 
| trap.c | 1089 	return emulate_mxmsr(l, tf, opcode); 
 | 
| /src/sys/arch/powerpc/ibm4xx/ | 
| trap.c | 335 			if (emulate_mxmsr(l, tf, opcode)) { 
 | 
| /src/sys/arch/powerpc/booke/ | 
| trap.c | 448 	return emulate_mxmsr(curlwp, tf, opcode); 
 |