Home
last modified time | relevance | path

Searched refs:CHECK_REG (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace.c390 CHECK_REG(PT_R0, gpr[0]); in pt_regs_check()
422 CHECK_REG(PT_NIP, nip); in pt_regs_check()
423 CHECK_REG(PT_MSR, msr); in pt_regs_check()
425 CHECK_REG(PT_CTR, ctr); in pt_regs_check()
426 CHECK_REG(PT_LNK, link); in pt_regs_check()
427 CHECK_REG(PT_XER, xer); in pt_regs_check()
428 CHECK_REG(PT_CCR, ccr); in pt_regs_check()
432 CHECK_REG(PT_MQ, mq); in pt_regs_check()
434 CHECK_REG(PT_TRAP, trap); in pt_regs_check()
435 CHECK_REG(PT_DAR, dar); in pt_regs_check()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c54 #define CHECK_REG(_reg) \ macro
94 CHECK_REG(r9); in touch_mappings()
95 CHECK_REG(r10); in touch_mappings()
96 CHECK_REG(r11); in touch_mappings()
97 CHECK_REG(r12); in touch_mappings()
98 CHECK_REG(r13); in touch_mappings()
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_emc-test.c360 CHECK_REG(REG_CAMCMR, 0); in test_init()
361 CHECK_REG(REG_CAMEN, 0); in test_init()
364 CHECK_REG(REG_MCMDR, 0); in test_init()
365 CHECK_REG(REG_MIID, 0); in test_init()
369 CHECK_REG(REG_MIEN, 0); in test_init()
370 CHECK_REG(REG_MISTA, 0); in test_init()
371 CHECK_REG(REG_MGSTA, 0); in test_init()
373 CHECK_REG(REG_MRPC, 0); in test_init()
374 CHECK_REG(REG_MRPCC, 0); in test_init()
375 CHECK_REG(REG_MREPC, 0); in test_init()
[all …]