PSR_IGNORE_BITS   204 arch/arm/probes/kprobes/test-arm.c 	TEST_RMASKED("mrs	r",0,~PSR_IGNORE_BITS,", cpsr")
PSR_IGNORE_BITS   205 arch/arm/probes/kprobes/test-arm.c 	TEST_RMASKED("mrspl	r",7,~PSR_IGNORE_BITS,", cpsr")
PSR_IGNORE_BITS   206 arch/arm/probes/kprobes/test-arm.c 	TEST_RMASKED("mrs	r",14,~PSR_IGNORE_BITS,", cpsr")
PSR_IGNORE_BITS  1203 arch/arm/probes/kprobes/test-core.c 	initial_regs.ARM_cpsr &= ~PSR_IGNORE_BITS;
PSR_IGNORE_BITS  1224 arch/arm/probes/kprobes/test-core.c 	result_regs.ARM_cpsr &= ~PSR_IGNORE_BITS;
PSR_IGNORE_BITS   778 arch/arm/probes/kprobes/test-thumb.c 	TEST_RMASKED("mrs	r",0,~PSR_IGNORE_BITS,", cpsr")
PSR_IGNORE_BITS   779 arch/arm/probes/kprobes/test-thumb.c 	TEST_RMASKED("mrs	r",14,~PSR_IGNORE_BITS,", cpsr")