Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/linux-3.3/arch/ia64/kernel/
Dunwind_decoder.c85 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1()
102 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2()
120 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3()
140 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4()
161 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1()
172 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2()
187 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3()
197 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1()
206 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p2_p5()
255 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6()
[all …]
Dparavirt.c296 #define __DEFINE_FUNC(name, code) \ argument
308 #define DEFINE_VOID_FUNC0(name, code) \ argument
313 #define DEFINE_VOID_FUNC1(name, code) \ argument
318 #define DEFINE_VOID_FUNC1_VOID(name, code) \ argument
323 #define DEFINE_VOID_FUNC2(name, code) \ argument
329 #define DEFINE_FUNC0(name, code) \ argument
334 #define DEFINE_FUNC1(name, type, code) \ argument
/linux-3.3/arch/parisc/kernel/
Dentry.S155 .macro def code argument
163 .macro extint code argument
172 .macro hpmc code argument
199 .macro itlb_11 code argument
213 .macro itlb_20 code argument
230 .macro naitlb_11 code argument
244 .macro naitlb_20 code argument
262 .macro dtlb_11 code argument
276 .macro dtlb_20 code argument
292 .macro nadtlb_11 code argument
[all …]
/linux-3.3/arch/arm/lib/
Dio-readsw-armv4.S85 #define _BE_ONLY_(code...) code argument
86 #define _LE_ONLY_(code...) argument
90 #define _BE_ONLY_(code...) argument
91 #define _LE_ONLY_(code...) code argument
/linux-3.3/arch/arm/kernel/
Diwmmxt.S23 #define PJ4(code...) code argument
24 #define XSC(code...) argument
26 #define PJ4(code...) argument
27 #define XSC(code...) code argument
Dkprobes-test-thumb.c29 #define TEST_ITBLOCK(code) \ argument
245 #define TEST_POPPC(code, offset) \ in kprobe_thumb16_test_cases() argument
278 #define TEST_IT(code, code2) \ in kprobe_thumb16_test_cases() argument
/linux-3.3/arch/arm/include/asm/
Dassembler.h57 #define PLD(code...) code argument
59 #define PLD(code...) argument
72 #define CALGN(code...) code argument
74 #define CALGN(code...) argument
/linux-3.3/sound/core/seq/oss/
Dseq_oss_event.h33 unsigned char code; member
41 unsigned char code; member
49 unsigned char code; member
57 unsigned char code; member
66 unsigned char code; member
76 unsigned char code; member
86 unsigned char code; member
/linux-3.3/arch/mn10300/kernel/
Dtraps.c126 enum exception_code code) in die_if_no_fixup()
220 asmlinkage void nmi(struct pt_regs *regs, enum exception_code code) in nmi()
418 void die(const char *str, struct pt_regs *regs, enum exception_code code) in die()
512 enum exception_code code) in uninitialised_exception()
531 void __init __set_intr_stub(enum exception_code code, void *handler) in __set_intr_stub()
550 void __init set_intr_stub(enum exception_code code, void *handler) in set_intr_stub()
/linux-3.3/arch/s390/kernel/
Dirq.c147 u16 code; member
163 static inline int ext_hash(u16 code) in ext_hash()
175 int register_external_interrupt(u16 code, ext_int_handler_t handler) in register_external_interrupt()
195 int unregister_external_interrupt(u16 code, ext_int_handler_t handler) in unregister_external_interrupt()
216 unsigned short code; in do_extint() local
/linux-3.3/include/linux/
Dfilter.h27 __u16 code; /* Actual filter code */ member
42 #define BPF_CLASS(code) ((code) & 0x07) argument
53 #define BPF_SIZE(code) ((code) & 0x18) argument
57 #define BPF_MODE(code) ((code) & 0xe0) argument
66 #define BPF_OP(code) ((code) & 0xf0) argument
81 #define BPF_SRC(code) ((code) & 0x08) argument
86 #define BPF_RVAL(code) ((code) & 0x18) argument
90 #define BPF_MISCOP(code) ((code) & 0xf8) argument
102 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument
105 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
/linux-3.3/drivers/staging/media/go7007/
Dgo7007-fw.c376 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package()
646 __le16 *code, int space, int *framelen) in gen_mpeg1hdr_to_package()
833 __le16 *code, int space, int *framelen) in gen_mpeg4hdr_to_package()
937 __le16 *code, int space, int *framelen) in brctrl_to_package()
1093 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package()
1215 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package()
1294 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package()
1325 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package()
1388 static int audio_to_package(struct go7007 *go, __le16 *code, int space) in audio_to_package()
1438 static int modet_to_package(struct go7007 *go, __le16 *code, int space) in modet_to_package()
[all …]
/linux-3.3/net/sunrpc/auth_gss/
Dgss_krb5_seqnum.c48 s32 code; in krb5_make_rc4_seq_num() local
106 s32 code; in krb5_get_rc4_seq_num() local
143 s32 code; in krb5_get_seq_num() local
/linux-3.3/drivers/char/
Dsnsc_event.c64 scdrv_parse_event(char *event, int *src, int *code, int *esp_code, char *desc) in scdrv_parse_event()
117 scdrv_event_severity(int code) in scdrv_event_severity()
188 int code, esp_code, src, class; in scdrv_dispatch_event() local
/linux-3.3/arch/sparc/mm/
Dfault_32.c154 show_signal_msg(struct pt_regs *regs, int sig, int code, in show_signal_msg()
174 static void __do_fault_siginfo(int code, int sig, struct pt_regs *regs, in __do_fault_siginfo()
211 static noinline void do_fault_siginfo(int code, int sig, struct pt_regs *regs, in do_fault_siginfo()
228 int fault, code; in do_sparc_fault() local
498 int code; in force_user_fault() local
/linux-3.3/arch/ia64/xen/
Dxen_pv_ops.c387 #define __DEFINE_FUNC(name, code) \ argument
399 #define DEFINE_VOID_FUNC0(name, code) \ argument
404 #define DEFINE_VOID_FUNC1(name, code) \ argument
409 #define DEFINE_VOID_FUNC1_VOID(name, code) \ argument
414 #define DEFINE_VOID_FUNC2(name, code) \ argument
420 #define DEFINE_FUNC0(name, code) \ argument
425 #define DEFINE_FUNC1(name, type, code) \ argument
/linux-3.3/include/linux/input/
Dmt.h27 unsigned code, int value) in input_mt_set_value()
33 unsigned code) in input_mt_get_value()
Dsparse-keymap.h37 u32 code; member
41 u8 code; member
/linux-3.3/arch/x86/um/
Dsyscalls_64.c15 long arch_prctl(struct task_struct *task, int code, unsigned long __user *addr) in arch_prctl()
77 long sys_arch_prctl(int code, unsigned long addr) in sys_arch_prctl()
/linux-3.3/arch/x86/kernel/
Djump_label.c20 char code[JUMP_LABEL_NOP_SIZE]; member
31 union jump_code_union code; in __jump_label_transform() local
/linux-3.3/drivers/usb/serial/
Dio_ionsp.h450 #define IOSP_GET_STATUS_LEN(code) ((code) < 8 ? 2 : ((code) < 0x0A ? 3 : 4)) argument
452 #define IOSP_STATUS_IS_2BYTE(code) ((code) < 0x08) argument
453 #define IOSP_STATUS_IS_3BYTE(code) (((code) >= 0x08) && ((code) <= 0x0B)) argument
454 #define IOSP_STATUS_IS_4BYTE(code) (((code) >= 0x0C) && ((code) <= 0x0D)) argument
/linux-3.3/drivers/net/fddi/skfp/
Dsrf.c49 u_char code ; member
161 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index) in smt_get_evc()
187 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event()
/linux-3.3/arch/parisc/mm/
Dfault.c53 parisc_acctyp(unsigned long code, unsigned int inst) in parisc_acctyp()
170 void do_page_fault(struct pt_regs *regs, unsigned long code, in do_page_fault()
/linux-3.3/arch/mn10300/unit-asb2364/
Dleds.c72 void peripheral_leds_display_exception(enum exception_code code) in peripheral_leds_display_exception()
96 void peripheral_leds_display_exception(enum exception_code code) { } in peripheral_leds_display_exception()
/linux-3.3/drivers/target/tcm_fc/
Dtfc_cmd.c298 u32 status, enum fcp_resp_rsp_codes code) in ft_send_resp_status()
338 enum fcp_resp_rsp_codes code) in ft_send_resp_code()
350 enum fcp_resp_rsp_codes code) in ft_send_resp_code_and_free()
446 enum fcp_resp_rsp_codes code; in ft_queue_tm_resp() local

12345678910>>...22