Searched refs:code (Results 1 - 25 of 478) sorted by relevance

1234567891011>>

/arch/mips/include/asm/mips-boards/
H A Dsim.h30 #define simcfg(code) \
34 ::"i"(code) \
/arch/x86/um/os-Linux/
H A Dprctl.c9 int os_arch_prctl(int pid, int code, unsigned long *addr) argument
11 return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) addr, code);
/arch/s390/include/asm/
H A Ddis.h38 static inline int insn_length(unsigned char code) argument
40 return ((((int) code + 64) >> 7) + 1) << 1;
44 void print_fn_code(unsigned char *code, unsigned long len);
46 struct s390_insn *find_insn(unsigned char *code);
48 static inline int is_known_insn(unsigned char *code) argument
50 return !!find_insn(code);
/arch/x86/kernel/
H A Djump_label.c20 char code[JUMP_LABEL_NOP_SIZE]; member in union:jump_code_union
44 union jump_code_union code; local
54 if (unlikely(memcmp((void *)entry->code, default_nop, 5)
56 bug_at((void *)entry->code, __LINE__);
62 if (unlikely(memcmp((void *)entry->code, ideal_nop, 5)
64 bug_at((void *)entry->code, __LINE__);
67 code.jump = 0xe9;
68 code.offset = entry->target -
69 (entry->code + JUMP_LABEL_NOP_SIZE);
78 if (unlikely(memcmp((void *)entry->code, default_no
[all...]
/arch/parisc/include/asm/
H A Dtraps.h9 int code, unsigned long offset) __noreturn __cold;
12 void do_page_fault(struct pt_regs *regs, unsigned long code,
/arch/arm/include/asm/
H A Dunwind.h25 /* Unwind reason code according the the ARM EABI documents */
56 #define UNWIND(code...) code
58 #define UNWIND(code...)
H A Djump_label.h35 jump_label_t code; member in struct:jump_entry
/arch/mn10300/kernel/
H A Dfpu-nofpu.c19 void unexpected_fpu_exception(struct pt_regs *regs, enum exception_code code) argument
/arch/sh/lib64/
H A Dmemset.S8 ! SH5 code by J"orn Rennecke (joern.rennecke@superh.com)
/arch/powerpc/kernel/
H A Djump_label.c12 #include <asm/code-patching.h>
18 u32 *addr = (u32 *)(unsigned long)entry->code;
/arch/arm/mach-imx/
H A Dmach-pcm037_eet.c70 .code = KEY_L,
76 .code = KEY_A,
82 .code = KEY_V,
88 .code = KEY_M,
94 .code = KEY_UP,
100 .code = KEY_RIGHT,
106 .code = KEY_DOWN,
112 .code = KEY_LEFT,
118 .code = KEY_ENTER,
124 .code
[all...]
/arch/ia64/kernel/
H A Dunwind_decoder.c29 * UNW_DEC_BAD_CODE(code)
85 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) argument
102 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) argument
120 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) argument
140 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) argument
161 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) argument
163 int body = (code & 0x20) != 0;
166 rlen = (code & 0x1f);
172 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) argument
179 mask = ((code
187 unw_decode_r3(unsigned char *dp, unsigned char code, void *arg) argument
197 unw_decode_p1(unsigned char *dp, unsigned char code, void *arg) argument
206 unw_decode_p2_p5(unsigned char *dp, unsigned char code, void *arg) argument
255 unw_decode_p6(unsigned char *dp, unsigned char code, void *arg) argument
268 unw_decode_p7_p10(unsigned char *dp, unsigned char code, void *arg) argument
367 unw_decode_b1(unsigned char *dp, unsigned char code, void *arg) argument
379 unw_decode_b2(unsigned char *dp, unsigned char code, void *arg) argument
389 unw_decode_b3_x4(unsigned char *dp, unsigned char code, void *arg) argument
453 unsigned char code; local
[all...]
/arch/arm/nwfpe/
H A Dfpa11.c99 unsigned int code; local
104 code = opcode & 0x00000f00;
105 if (code == 0x00000100 || code == 0x00000200) {
107 code = opcode & 0x0e000000;
108 if (code == 0x0e000000) {
119 } else if (code == 0x0c000000) {
/arch/sh/boards/mach-x3proto/
H A Dsetup.c132 .code = KEY_POWER,
137 .code = KEY_SUSPEND,
142 .code = KEY_KATAKANAHIRAGANA,
146 .code = KEY_SWITCHVIDEOMODE,
150 .code = KEY_F12,
154 .code = KEY_F11,
158 .code = KEY_F10,
162 .code = KEY_F9,
166 .code = KEY_F8,
170 .code
[all...]
/arch/x86/include/asm/
H A Dproto.h20 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
/arch/arm/boot/dts/
H A Dusb_a9g20-dab-mmx.dtsi75 linux,code = <0x100>;
81 linux,code = <0x101>;
87 linux,code = <0x102>;
93 linux,code = <0x103>;
H A Dexynos4210-smdkv310.dts94 linux,code = <2>;
100 linux,code = <3>;
106 linux,code = <4>;
112 linux,code = <5>;
118 linux,code = <6>;
124 linux,code = <30>;
130 linux,code = <48>;
136 linux,code = <46>;
142 linux,code = <32>;
148 linux,code
[all...]
H A Dexynos4412-smdk4412.dts63 linux,code = <2>;
69 linux,code = <3>;
75 linux,code = <4>;
81 linux,code = <5>;
87 linux,code = <6>;
93 linux,code = <30>;
99 linux,code = <48>;
105 linux,code = <46>;
111 linux,code = <32>;
117 linux,code
[all...]
H A Domap3-overo-gallop43-common.dtsi42 linux,code = <BTN_0>;
48 linux,code = <BTN_1>;
H A Domap3-overo-palo43-common.dtsi42 linux,code = <BTN_0>;
48 linux,code = <BTN_1>;
/arch/arm64/kernel/
H A Djump_label.c28 void *addr = (void *)entry->code;
32 insn = aarch64_insn_gen_branch_imm(entry->code,
/arch/x86/um/
H A Dsyscalls_64.c12 long arch_prctl(struct task_struct *task, int code, unsigned long __user *addr) argument
31 switch (code) {
51 ret = os_arch_prctl(pid, code, ptr);
55 switch (code) {
74 long sys_arch_prctl(int code, unsigned long addr) argument
76 return arch_prctl(current, code, (unsigned long __user *) addr);
/arch/arm/kernel/
H A Dsigreturn_codes.S2 * sigreturn_codes.S - code sinpets for sigreturn syscalls
27 * Please note sigreturn_codes code are not executed in place. Instead
29 * arch/arm/kernel/signal.c is very sensitive to layout of these code
39 #define ARM_OK(code...) code
41 #define ARM_OK(code...)
59 * lower arch variants, since these code snippets are only
73 /* ARM sigreturn syscall code snippet */
78 /* Thumb sigreturn syscall code snippet */
83 /* ARM sigreturn_rt syscall code snippe
[all...]
H A Djump_label.c13 void *addr = (void *)entry->code;
17 insn = arm_gen_branch(entry->code, entry->target);
/arch/arm64/include/asm/
H A Dassembler.h20 #error "Only include this from assembly code"
129 * Select code when configured for BE.
132 #define CPU_BE(code...) code
134 #define CPU_BE(code...)
138 * Select code when configured for LE.
141 #define CPU_LE(code...)
143 #define CPU_LE(code...) code

Completed in 1635 milliseconds

1234567891011>>