Searched refs:pc16 (Results 1 – 4 of 4) sorted by relevance
/arch/mips/kernel/ |
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 | unaligned.c | 1365 u16 __user *pc16; in emulate_load_store_microMIPS() local 1381 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS() 1382 __get_user(halfword, pc16); in emulate_load_store_microMIPS() 1383 pc16++; in emulate_load_store_microMIPS() 1389 __get_user(halfword, pc16); in emulate_load_store_microMIPS() 1390 pc16++; in emulate_load_store_microMIPS() 1397 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS() 1403 pc16++; in emulate_load_store_microMIPS() 1404 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS() 1984 u16 __user *pc16; in emulate_load_store_MIPS16e() local [all …]
|
D | traps.c | 235 unsigned short __user *pc16 = NULL; in show_code() local 240 pc16 = (unsigned short __user *)((unsigned long)pc & ~1); in show_code() 243 if (pc16 ? __get_user(insn, pc16 + i) : __get_user(insn, pc + i)) { in show_code() 247 pr_cont("%c%0*x%c", (i?' ':'<'), pc16 ? 4 : 8, insn, (i?' ':'>')); in show_code()
|
/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
|