D | alignment.c | 95 static int ldh_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in ldh_c() argument 106 put_ptreg(regs, rz, byte0); in ldh_c() 117 static int sth_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in sth_c() argument 121 byte0 = byte1 = get_ptreg(regs, rz); in sth_c() 142 static int ldw_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in ldw_c() argument 165 put_ptreg(regs, rz, byte0); in ldw_c() 176 static int stw_c(struct pt_regs *regs, uint32_t rz, uint32_t addr) in stw_c() argument 180 byte0 = byte1 = byte2 = byte3 = get_ptreg(regs, rz); in stw_c() 218 uint32_t rz = 0; in csky_alignment() local 255 rz = (opcode >> 8) & 0xf; in csky_alignment() [all …]
|