Lines Matching refs:base
735 state->regs[i].base = CFI_UNDEFINED;
740 state->cfa.base = CFI_SP;
744 state->regs[CFI_RA].base = CFI_CFA;
786 int arch_decode_hint_reg(u8 sp_reg, int *base)
790 *base = CFI_UNDEFINED;
793 *base = CFI_SP;
796 *base = CFI_BP;
799 *base = CFI_SP_INDIRECT;
802 *base = CFI_R10;
805 *base = CFI_R13;
808 *base = CFI_DI;
811 *base = CFI_DX;