Searched refs:code (Results 26 - 50 of 1523) sorted by relevance

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Dunwind.h13 /* Unwind reason code according the the ARM EABI documents */
50 #define UNWIND(code...) code
52 #define UNWIND(code...)
/linux-master/arch/s390/kernel/
H A Ddiag.c28 int code; member in struct:diag_desc
33 [DIAG_STAT_X008] = { .code = 0x008, .name = "Console Function" },
34 [DIAG_STAT_X00C] = { .code = 0x00c, .name = "Pseudo Timer" },
35 [DIAG_STAT_X010] = { .code = 0x010, .name = "Release Pages" },
36 [DIAG_STAT_X014] = { .code = 0x014, .name = "Spool File Services" },
37 [DIAG_STAT_X044] = { .code = 0x044, .name = "Voluntary Timeslice End" },
38 [DIAG_STAT_X064] = { .code = 0x064, .name = "NSS Manipulation" },
39 [DIAG_STAT_X08C] = { .code = 0x08c, .name = "Access 3270 Display Device Information" },
40 [DIAG_STAT_X09C] = { .code = 0x09c, .name = "Relinquish Timeslice" },
41 [DIAG_STAT_X0DC] = { .code
[all...]
/linux-master/kernel/trace/
H A Dtrace_probe.c3 * Common code for probe-based Dynamic events.
5 * This code was copied from kernel/trace/trace_kprobe.c written by
290 static int parse_trace_event_arg(char *arg, struct fetch_insn *code, argument
299 code->op = FETCH_OP_TP_ARG;
300 code->data = field;
366 struct fetch_insn *code = *pcode + 1; local
368 if (code->op == FETCH_OP_END) {
373 code->op = FETCH_OP_UDEREF;
375 code->op = FETCH_OP_DEREF;
376 code
526 struct fetch_insn *code = *pcode; local
608 struct fetch_insn *code = *pcode; local
714 struct fetch_insn *code = *pcode; local
854 struct fetch_insn *code = &earg->code[i]; local
883 struct fetch_insn *code = *pcode; local
1022 struct fetch_insn *code = *pcode; local
1193 struct fetch_insn *code = *pcode; local
1288 finalize_fetch_insn(struct fetch_insn *code, struct probe_arg *parg, char *type, int type_offset, struct traceprobe_parse_context *ctx) argument
1411 struct fetch_insn *code, *tmp = NULL; local
1590 struct fetch_insn *code = arg->code; local
1814 struct fetch_insn *code = arg->code; local
[all...]
/linux-master/drivers/iio/amplifiers/
H A Dhmc425a.c56 int (*gain_dB_to_code)(int gain, int *code);
57 int (*code_to_gain_dB)(int code, int *val, int *val2);
68 static int gain_dB_to_code(struct hmc425a_state *st, int val, int val2, int *code) argument
83 return st->chip_info->gain_dB_to_code(gain, code);
86 static int hmc425a_gain_dB_to_code(int gain, int *code) argument
88 *code = ~((abs(gain) / 500) & 0x3F);
92 static int hmc540s_gain_dB_to_code(int gain, int *code) argument
94 *code = ~((abs(gain) / 1000) & 0xF);
98 static int adrf5740_gain_dB_to_code(int gain, int *code) argument
103 *code
107 ltc6373_gain_dB_to_code(int gain, int *code) argument
121 hmc425a_code_to_gain_dB(int code, int *val, int *val2) argument
128 hmc540s_code_to_gain_dB(int code, int *val, int *val2) argument
135 adrf5740_code_to_gain_dB(int code, int *val, int *val2) argument
147 ltc6373_code_to_gain_dB(int code, int *val, int *val2) argument
197 int code = 0, ret; local
253 int code, ret; local
[all...]
/linux-master/arch/mips/kvm/
H A Dhypcall.c20 unsigned int code = (inst.co_format.code >> 5) & 0x3ff; local
22 kvm_debug("[%#lx] HYPCALL %#03x\n", vcpu->arch.pc, code);
24 switch (code) {
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_chip_type.h16 * - Redistributions of source code must retain the above
43 /* We code the Chelsio T4 Family "Chip Code" as a tuple:
53 #define CHELSIO_CHIP_VERSION(code) (((code) >> 4) & 0xf)
54 #define CHELSIO_CHIP_RELEASE(code) ((code) & 0xf)
/linux-master/lib/zlib_inflate/
H A Dinflate.h34 LENLENS, /* i: waiting for code length code lengths */
35 CODELENS, /* i: waiting for length/lit and distance code lengths */
36 LEN, /* i: waiting for length/lit code */
38 DIST, /* i: waiting for distance code */
96 /* for table and code decoding */
98 /* fixed and dynamic code tables */
99 code const *lencode; /* starting table for length/literal codes */
100 code const *distcode; /* starting table for distance codes */
104 unsigned ncode; /* number of code lengt
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgf100.c37 .code.data = gf100_ce_code,
38 .code.size = sizeof(gf100_ce_code),
51 .code.data = gf100_ce_code,
52 .code.size = sizeof(gf100_ce_code),
/linux-master/include/linux/mtd/
H A Dnand-ecc-sw-hamming.h19 * @code_size: Number of bytes needed to store a code (one code per step)
37 unsigned char *code, bool sm_order);
40 unsigned char *code);
59 unsigned char *code, bool sm_order)
66 unsigned char *code)
57 ecc_sw_hamming_calculate(const unsigned char *buf, unsigned int step_size, unsigned char *code, bool sm_order) argument
64 nand_ecc_sw_hamming_calculate(struct nand_device *nand, const unsigned char *buf, unsigned char *code) argument
/linux-master/arch/sh/boards/mach-x3proto/
H A Dsetup.c129 .code = KEY_POWER,
134 .code = KEY_SUSPEND,
139 .code = KEY_KATAKANAHIRAGANA,
143 .code = KEY_SWITCHVIDEOMODE,
147 .code = KEY_F12,
151 .code = KEY_F11,
155 .code = KEY_F10,
159 .code = KEY_F9,
163 .code = KEY_F8,
167 .code
[all...]
/linux-master/arch/riscv/kernel/probes/
H A Dsimulate-insn.h8 #define RISCV_INSN_REJECTED(name, code) \
10 if (riscv_insn_is_##name(code)) { \
15 #define RISCV_INSN_SET_SIMULATE(name, code) \
17 if (riscv_insn_is_##name(code)) { \
/linux-master/include/linux/
H A Dtca6416_keypad.h17 int code; /* input event code (KEY_*, SW_*) */ member in struct:tca6416_button
H A Dfpu.h7 #error FP code must be compiled separately. See Documentation/core-api/floating-point.rst.
/linux-master/arch/nios2/include/asm/
H A Dtraps.h16 void _exception(int signo, struct pt_regs *regs, int code, unsigned long addr);
/linux-master/drivers/usb/serial/
H A Dio_ionsp.h52 specific to the cmd or status code. This may include a length
165 #define IOSP_EXT_CMD 0x09 // P1 = Command code (defined below)
354 // 0C-0D 4-byte status. P1 = extended status code and P2,P3 = params
402 #define IOSP_EXT_STATUS 0x09 // P1 is status/response code, param in P2.
433 #define IOSP_EXT4_STATUS 0x0C // Extended status code in P1,
446 #define IOSP_GET_STATUS_LEN(code) ((code) < 8 ? 2 : ((code) < 0x0A ? 3 : 4))
448 #define IOSP_STATUS_IS_2BYTE(code) ((code) <
[all...]
/linux-master/arch/x86/kernel/
H A Djump_label.c31 const void *code; member in struct:jump_label_patch
38 const void *expect, *code, *nop; local
48 code = text_gen_insn(JMP8_INSN_OPCODE, addr, dest);
53 code = text_gen_insn(JMP32_INSN_OPCODE, addr, dest);
63 expect = code;
77 code = nop;
79 return (struct jump_label_patch){.code = code, .size = size};
90 * As long as only a single processor is running and the code is still
94 * code i
[all...]
/linux-master/drivers/scsi/
H A Dscript_asm.pl179 @code = (); # Array of 32 bit words for SIOP
198 # &patch ($address, $offset, $length, $value) patches $code[$address]
209 printf STDERR "Old code : %08x\n", $code[$address];
214 $code[$address] = ($code[$address] & ~$mask) |
215 (($code[$address] & $mask) + ($value << ($offset * 8)) &
218 printf STDERR "New code : %08x\n", $code[$address] if ($debug);
226 # Side effects are that the bytes are combined into the @code arra
[all...]
/linux-master/tools/perf/jvmti/
H A Djvmti_agent.h23 uint64_t vma, void const *code,
26 int jvmti_write_debug_info(void *agent, uint64_t code, int nr_lines,
/linux-master/lib/zstd/common/
H A Derror_private.h5 * This source code is licensed under both the BSD-style license (found in the
47 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } argument
49 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (ERR_enum) (0-code); } argument
51 /* check and forward error code */
60 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
62 ERR_STATIC const char* ERR_getErrorName(size_t code) argument
64 return ERR_getErrorString(ERR_getErrorCode(code));
[all...]
/linux-master/arch/m68k/kernel/
H A Dtraps.h8 asmlinkage void fpemu_signal(int signal, int code, void *addr);
/linux-master/tools/include/linux/
H A Dfilter.h36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
54 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
72 .code = BPF_ALU | BPF_END | BPF_SRC(TYPE), \
82 .code = BPF_ALU64 | BPF_MOV | BPF_X, \
90 .code = BPF_ALU | BPF_MOV | BPF_X, \
100 .code = BPF_ALU64 | BPF_MOV | BPF_K, \
108 .code = BPF_ALU | BPF_MOV | BPF_K, \
118 .code
[all...]
/linux-master/include/net/
H A Dicmp.h39 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info,
41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) argument
43 __icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt);
47 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info);
49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) argument
52 __icmp_send(skb_in, type, code, info, &opts);
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-common.c22 .code = {
31 .code = {
46 .code = { MEDIA_BUS_FMT_ARGB8888_1X32 },
54 .code = { MEDIA_BUS_FMT_SBGGR8_1X8 },
60 .code = { MEDIA_BUS_FMT_SGBRG8_1X8 },
66 .code = { MEDIA_BUS_FMT_SGRBG8_1X8 },
72 .code = { MEDIA_BUS_FMT_SRGGB8_1X8 },
78 .code = { MEDIA_BUS_FMT_SBGGR10_1X10 },
84 .code = { MEDIA_BUS_FMT_SGBRG10_1X10 },
90 .code
214 vimc_pix_map_by_code(u32 code) argument
[all...]
/linux-master/samples/bpf/
H A Dbpf_insn.h12 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
20 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
30 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
38 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
48 .code = BPF_ALU64 | BPF_MOV | BPF_X, \
56 .code = BPF_ALU | BPF_MOV | BPF_X, \
66 .code = BPF_ALU64 | BPF_MOV | BPF_K, \
74 .code = BPF_ALU | BPF_MOV | BPF_K, \
86 .code = BPF_LD | BPF_DW | BPF_IMM, \
92 .code
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c23 * @code: event code.
32 u32 code; member in struct:brcmf_fweh_queue_item
41 * struct brcmf_fweh_event_name - code, name mapping entry.
44 enum brcmf_fweh_event_code code; member in struct:brcmf_fweh_event_name
52 /* array for mapping code to event name */
59 * brcmf_fweh_event_name() - returns name for given event code.
61 * @code: code to lookup.
63 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code) argument
73 brcmf_fweh_event_name(enum brcmf_fweh_event_code code) argument
187 brcmf_fweh_map_event_code(struct brcmf_fweh_info *fweh, enum brcmf_fweh_event_code code, u32 *fw_code) argument
207 brcmf_fweh_map_fwevt_code(struct brcmf_fweh_info *fweh, u32 fw_code, enum brcmf_fweh_event_code *code) argument
267 enum brcmf_fweh_event_code code; local
390 brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, brcmf_fweh_handler_t handler) argument
415 brcmf_fweh_unregister(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code) argument
434 enum brcmf_fweh_event_code code; local
[all...]

Completed in 204 milliseconds

1234567891011>>