Searched refs:CHECK_REG (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace.c | 386 #define CHECK_REG(_pt, _reg) \ in pt_regs_check() macro 390 CHECK_REG(PT_R0, gpr[0]); in pt_regs_check() 391 CHECK_REG(PT_R1, gpr[1]); in pt_regs_check() 392 CHECK_REG(PT_R2, gpr[2]); in pt_regs_check() 393 CHECK_REG(PT_R3, gpr[3]); in pt_regs_check() 394 CHECK_REG(PT_R4, gpr[4]); in pt_regs_check() 395 CHECK_REG(PT_R5, gpr[5]); in pt_regs_check() 396 CHECK_REG(PT_R6, gpr[6]); in pt_regs_check() 397 CHECK_REG(PT_R7, gpr[7]); in pt_regs_check() 398 CHECK_REG(PT_R8, gpr[8]); in pt_regs_check() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_emc-test.c | 348 #define CHECK_REG(regno, value) \ in test_init() macro 353 CHECK_REG(REG_CAMCMR, 0); in test_init() 354 CHECK_REG(REG_CAMEN, 0); in test_init() 355 CHECK_REG(REG_TXDLSA, 0xfffffffc); in test_init() 356 CHECK_REG(REG_RXDLSA, 0xfffffffc); in test_init() 357 CHECK_REG(REG_MCMDR, 0); in test_init() 358 CHECK_REG(REG_MIID, 0); in test_init() 359 CHECK_REG(REG_MIIDA, 0x00900000); in test_init() 360 CHECK_REG(REG_FFTCR, 0x0101); in test_init() 361 CHECK_REG(REG_DMARFC, 0x0800); in test_init() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | large_vm_gpr_corruption.c | 54 #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()
|