Home
last modified time | relevance | path

Searched refs:itype (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Duaccess.h337 #define __get_user_asm(x, addr, itype, ltype, label) \ argument
339 "1: mov"itype" %[umem],%[output]\n" \
400 #define __get_user_asm(x, addr, err, itype, ltype) \ argument
402 "1: mov"itype" %[umem],%[output]\n" \
418 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
424 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\
457 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
464 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\
523 #define __put_user_goto(x, addr, itype, ltype, label) \ argument
525 "1: mov"itype" %0,%1\n" \
/arch/nds32/kernel/
Dtraps.c290 unsigned long itype, struct pt_regs *regs, in do_dispatch_general() argument
293 unsigned int swid = itype >> ITYPE_offSWID; in do_dispatch_general()
294 unsigned long type = itype & (ITYPE_mskINST | ITYPE_mskETYPE); in do_dispatch_general()
318 unsigned int cpid = ((itype & ITYPE_mskCPID) >> ITYPE_offCPID); in do_dispatch_general()
322 unsigned int subtype = (itype & ITYPE_mskSTYPE); in do_dispatch_general()
350 do_debug_trap(entry, addr, itype, regs); in do_dispatch_general()