Home
last modified time | relevance | path

Searched refs:pc16 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/mips/kernel/
Dunaligned.c1364 u16 __user *pc16; in emulate_load_store_microMIPS() local
1380 pc16 = (unsigned short __user *)msk_isa16_mode(regs->cp0_epc); in emulate_load_store_microMIPS()
1381 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1382 pc16++; in emulate_load_store_microMIPS()
1388 __get_user(halfword, pc16); in emulate_load_store_microMIPS()
1389 pc16++; in emulate_load_store_microMIPS()
1396 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1402 pc16++; in emulate_load_store_microMIPS()
1403 if (get_user(halfword, pc16)) in emulate_load_store_microMIPS()
1983 u16 __user *pc16; in emulate_load_store_MIPS16e() local
[all …]
Dbranch.c258 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()
Dtraps.c227 unsigned short __user *pc16 = NULL; in show_code() local
232 pc16 = (unsigned short __user *)((unsigned long)pc & ~1); in show_code()
235 if (pc16 ? __get_user(insn, pc16 + i) : __get_user(insn, pc + i)) { in show_code()
239 printk("%c%0*x%c", (i?' ':'<'), pc16 ? 4 : 8, insn, (i?' ':'>')); in show_code()
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dpinmux_defs.h199 unsigned int pc16 : 1; member
224 unsigned int pc16 : 1; member