Searched refs:pc16 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/mips/kernel/ |
D | unaligned.c | 1282 u16 __user *pc16; in emulate_load_store_microMIPS() local 1298 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS() 1299 __get_user(halfword, pc16); in emulate_load_store_microMIPS() 1300 pc16++; in emulate_load_store_microMIPS() 1306 __get_user(halfword, pc16); in emulate_load_store_microMIPS() 1307 pc16++; in emulate_load_store_microMIPS() 1314 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS() 1320 pc16++; in emulate_load_store_microMIPS() 1321 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS() 1901 u16 __user *pc16; in emulate_load_store_MIPS16e() local [all …]
|
D | branch.c | 258 u16 __user *pc16; in __microMIPS_compute_return_epc() local 267 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in __microMIPS_compute_return_epc() 268 __get_user(halfword, pc16); in __microMIPS_compute_return_epc() 269 pc16++; in __microMIPS_compute_return_epc() 275 __get_user(halfword, pc16); in __microMIPS_compute_return_epc() 276 pc16++; in __microMIPS_compute_return_epc() 283 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc() 289 pc16++; in __microMIPS_compute_return_epc() 290 if (get_user(halfword, pc16)) in __microMIPS_compute_return_epc()
|
D | traps.c | 226 unsigned short __user *pc16 = NULL; in show_code() local 231 pc16 = (unsigned short __user *)((unsigned long)pc & ~1); in show_code() 234 if (pc16 ? __get_user(insn, pc16 + i) : __get_user(insn, pc + i)) { in show_code() 238 printk("%c%0*x%c", (i?' ':'<'), pc16 ? 4 : 8, insn, (i?' ':'>')); in show_code()
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | pinmux_defs.h | 199 unsigned int pc16 : 1; member 224 unsigned int pc16 : 1; member
|