Searched refs:code (Results 101 - 125 of 1522) sorted by relevance

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Djump_label.h43 jump_label_t code; member in struct:jump_entry
/linux-master/arch/arc/include/asm/
H A Djump_label.h66 jump_label_t code; member in struct:jump_entry
/linux-master/arch/xtensa/include/asm/
H A Djump_label.h32 * Xtensa assembler will mark certain points in the code
36 * or literals here, breaking code flow in case the J instruction
59 jump_label_t code; member in struct:jump_entry
/linux-master/arch/s390/kernel/
H A Djump_label.c40 pr_emerg("Jump label code mismatch at %pS [%px]\n", ipc, ipc);
50 void *code = (void *)jump_entry_code(entry); local
60 if (memcmp(code, &old, sizeof(old)))
62 s390_kernel_write(code, &new, sizeof(new));
/linux-master/tools/crypto/ccp/
H A Ddbc.py29 def handle_error(code):
30 raise OSError(code, os.strerror(code))
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vip.c48 * xvip_get_format_by_code - Retrieve format information for a media bus code
49 * @code: the format media bus code
52 * given V4L2 media bus format @code, or ERR_PTR if no corresponding format can
55 const struct xvip_video_format *xvip_get_format_by_code(unsigned int code) argument
62 if (format->code == code)
235 * xvip_enum_mbus_code - Enumerate the media format code
238 * @code: returning media bus code
248 xvip_enum_mbus_code(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c21 int code; member in struct:error
25 static int error_set(struct error *err, int code, const char *fmt, ...) argument
30 if (code == PIDFD_PASS || !err || err->code != PIDFD_PASS)
31 return code;
33 err->code = code;
39 return code;
44 switch (err->code) {
69 ksft_exit_fail_msg("%s test: Unknown code
[all...]
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipe.c210 if (fmt->code == ipipe_fmts[i])
216 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10;
229 fmt->code = MEDIA_BUS_FMT_UYVY8_1X16;
243 * @code : pointer to v4l2_subdev_mbus_code_enum structure
248 struct v4l2_subdev_mbus_code_enum *code)
250 switch (code->pad) {
252 if (code->index >= ARRAY_SIZE(ipipe_fmts))
255 code->code = ipipe_fmts[code
246 ipipe_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/arch/sparc/mm/
H A Dfault_32.c59 show_signal_msg(struct pt_regs *regs, int sig, int code, argument
72 (void *)regs->u_regs[UREG_FP], code);
79 static void __do_fault_siginfo(int code, int sig, struct pt_regs *regs, argument
83 show_signal_msg(regs, sig, code,
86 force_sig_fault(sig, code, (void __user *) addr);
104 static noinline void do_fault_siginfo(int code, int sig, struct pt_regs *regs, argument
109 __do_fault_siginfo(code, sig, regs, addr);
119 int code; local
135 code = SEGV_MAPERR;
159 code
311 int code; local
[all...]
/linux-master/drivers/md/dm-vdo/
H A Dadmin-state.c160 const struct admin_state_code *code = vdo_get_admin_state_code(state); local
162 if (code->operating)
166 return (code == VDO_ADMIN_STATE_NORMAL_OPERATION ? VDO_ADMIN_STATE_SAVED : NULL);
169 return (code == VDO_ADMIN_STATE_NORMAL_OPERATION
175 return (code == VDO_ADMIN_STATE_NORMAL_OPERATION ? VDO_ADMIN_STATE_STOPPED : NULL);
178 return (code == VDO_ADMIN_STATE_INITIALIZED ? VDO_ADMIN_STATE_PRE_LOADED : NULL);
181 return (((code == VDO_ADMIN_STATE_SUSPENDED) ||
182 (code == VDO_ADMIN_STATE_SAVED)) ? code : NULL);
277 * @valid true if the code i
286 check_code(bool valid, const struct admin_state_code *code, const char *what, struct vdo_completion *waiter) argument
326 const struct admin_state_code *code = vdo_get_admin_state_code(state); local
[all...]
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-byteproc.c40 unsigned int code; member in struct:dcmipp_byteproc_pix_map
46 .code = MEDIA_BUS_FMT_##mbus, \
64 dcmipp_byteproc_pix_map_by_code(u32 code) argument
69 if (dcmipp_byteproc_pix_map_list[i].code == code)
87 .code = MEDIA_BUS_FMT_RGB565_2X8_LE,
117 if (fmt->code == MEDIA_BUS_FMT_JPEG_1X8 ||
118 fmt->code == MEDIA_BUS_FMT_SBGGR8_1X8 ||
119 fmt->code == MEDIA_BUS_FMT_SGBRG8_1X8 ||
120 fmt->code
189 dcmipp_byteproc_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
H A Ddcmipp-parallel.c75 * same code
138 .code = MEDIA_BUS_FMT_RGB565_2X8_LE,
163 struct v4l2_subdev_mbus_code_enum *code)
166 dcmipp_par_pix_map_by_index(code->index, code->pad);
171 code->code = IS_SRC(code->pad) ? vpix->code_src : vpix->code_sink;
185 /* Only accept code in the pix map table */
186 vpix = dcmipp_par_pix_map_by_code(IS_SINK(fse->pad) ? fse->code
161 dcmipp_par_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/net/ipv6/
H A Dip6_icmp.c36 void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, argument
44 send(skb, type, code, info, NULL, parm);
52 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) argument
62 __icmpv6_send(skb_in, type, code, info, &parm);
77 __icmpv6_send(skb_in, type, code, info, &parm);
/linux-master/drivers/net/fjes/
H A Dfjes_trace.h55 __field(int, code)
63 __entry->code = res_buf->info.code;
71 TP_printk("res_buf=[length=%d, code=%d, es_zones=%s, es_status=%s]",
72 __entry->length, __entry->code,
129 __field(int, code)
134 __entry->code = res_buf->share_buffer.code;
137 TP_printk("res_buf=[length=%d, code=%d], timeout=%d",
138 __entry->length, __entry->code, __entr
[all...]
/linux-master/arch/riscv/mm/
H A Dfault.c88 bad_area_nosemaphore(struct pt_regs *regs, int code, unsigned long addr) argument
96 do_trap(regs, SIGSEGV, code, addr);
104 bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, argument
109 bad_area_nosemaphore(regs, code, addr);
112 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) argument
124 return do_trap(regs, SIGSEGV, code, addr);
229 int code = SEGV_MAPERR; local
252 vmalloc_fault(regs, code, addr);
324 bad_area_nosemaphore(regs, code, addr);
332 code
[all...]
/linux-master/arch/loongarch/kvm/
H A Dinterrupt.c120 unsigned int code, unsigned int subcode)
129 if (code == EXCCODE_ADE) {
153 * Set exception code
156 * Exception code is Ecode in ESTAT[16:21]
157 * Interrupt code in ESTAT[0:12]
160 val = (val & ~CSR_ESTAT_EXC) | code;
169 vcpu->arch.pc = val + code * vec_size;
174 unsigned int code; local
178 code = __ffs(*pending);
179 _kvm_deliver_exception(vcpu, code, vcp
119 _kvm_deliver_exception(struct kvm_vcpu *vcpu, unsigned int code, unsigned int subcode) argument
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csiphy.c28 u32 code; member in struct:csiphy_format
105 * @code: media bus format code
110 unsigned int nformats, u32 code)
115 if (code == formats[i].code)
135 csiphy->fmt[MSM_CSIPHY_PAD_SINK].code);
191 * Return 0 on success or a negative error code otherwise
240 * Return 0 on success or a negative error code otherwise
248 csiphy->fmt[MSM_CSIPHY_PAD_SINK].code);
109 csiphy_get_bpp(const struct csiphy_format *formats, unsigned int nformats, u32 code) argument
387 csiphy_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
H A Dcamss-csid.c70 u32 code)
75 if (code == formats[i].code)
96 csid->fmt[MSM_CSIPHY_PAD_SINK].code);
154 * Return 0 on success or a negative error code otherwise
235 * Return 0 on success or a negative error code otherwise
305 if (fmt->code == csid->formats[i].code)
310 fmt->code = MEDIA_BUS_FMT_UYVY8_1X16;
324 u32 code local
68 csid_get_fmt_entry(const struct csid_format *formats, unsigned int nformats, u32 code) argument
359 csid_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/drivers/media/platform/nxp/
H A Dimx8mq-mipi-csi2.c136 u32 code; member in struct:csi2_pix_format
143 .code = MEDIA_BUS_FMT_SBGGR8_1X8,
146 .code = MEDIA_BUS_FMT_SGBRG8_1X8,
149 .code = MEDIA_BUS_FMT_SGRBG8_1X8,
152 .code = MEDIA_BUS_FMT_SRGGB8_1X8,
155 .code = MEDIA_BUS_FMT_Y8_1X8,
158 .code = MEDIA_BUS_FMT_SBGGR10_1X10,
161 .code = MEDIA_BUS_FMT_SGBRG10_1X10,
164 .code = MEDIA_BUS_FMT_SGRBG10_1X10,
167 .code
210 find_csi2_format(u32 code) argument
467 imx8mq_mipi_csi_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/drivers/input/keyboard/
H A Dmaple_keyb.c85 int code, keycode; local
89 code = i + 224;
90 keycode = kbd->keycode[code];
91 input_event(dev, EV_MSC, MSC_SCAN, code);
97 code = kbd->old[i];
98 if (code > 3 && ptr == NULL) {
99 keycode = kbd->keycode[code];
101 input_event(dev, EV_MSC, MSC_SCAN, code);
106 code);
109 code
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h353 return BPF_CLASS(meta->insn.code);
358 return BPF_SRC(meta->insn.code);
363 return BPF_OP(meta->insn.code);
368 return BPF_MODE(meta->insn.code);
378 return (meta->insn.code & ~BPF_SIZE_MASK) == (BPF_LDX | BPF_MEM);
398 return (meta->insn.code & ~BPF_SIZE_MASK) == (BPF_STX | BPF_MEM);
413 u8 code = meta->insn.code; local
415 return BPF_CLASS(code) == BPF_LD &&
416 (BPF_MODE(code)
421 u8 code = meta->insn.code; local
[all...]
/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c70 u32 code; member in struct:csi2rx_fmt
109 { .code = MEDIA_BUS_FMT_YUYV8_1X16, .bpp = 16, },
110 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .bpp = 16, },
111 { .code = MEDIA_BUS_FMT_YVYU8_1X16, .bpp = 16, },
112 { .code = MEDIA_BUS_FMT_VYUY8_1X16, .bpp = 16, },
113 { .code = MEDIA_BUS_FMT_SBGGR8_1X8, .bpp = 8, },
114 { .code = MEDIA_BUS_FMT_SGBRG8_1X8, .bpp = 8, },
115 { .code = MEDIA_BUS_FMT_SGRBG8_1X8, .bpp = 8, },
116 { .code = MEDIA_BUS_FMT_SRGGB8_1X8, .bpp = 8, },
117 { .code
127 csi2rx_get_fmt_by_code(u32 code) argument
[all...]
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prp.c97 struct v4l2_subdev_mbus_code_enum *code)
105 switch (code->pad) {
107 ret = imx_media_enum_ipu_formats(&code->code, code->index,
112 if (code->index != 0) {
117 code->which);
118 code->code = infmt->code;
95 prp_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
161 u32 code; local
451 u32 code; local
[all...]
/linux-master/arch/arm/mm/
H A Dfault.c183 int code, struct pt_regs *regs)
194 pr_err("%s: unhandled page fault (%d) at 0x%08lx, code 0x%03x\n",
210 force_sig_fault(sig, code, (void __user *)addr);
268 int sig, code; local
325 code = SEGV_ACCERR;
352 code = SEGV_MAPERR;
363 code = SEGV_ACCERR;
397 code = SEGV_MAPERR;
422 code = BUS_ADRERR;
431 __do_user_fault(addr, fsr, sig, code, reg
182 __do_user_fault(unsigned long addr, unsigned int fsr, unsigned int sig, int code, struct pt_regs *regs) argument
564 int code; member in struct:fsr_info
576 hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), int sig, int code, const char *name) argument
609 hook_ifault_code(int nr, int (*fn)(unsigned long, unsigned int, struct pt_regs *), int sig, int code, const char *name) argument
[all...]
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c141 static int check_ll(uint64_t pc, uint32_t *code, size_t sz) argument
151 if (!is_sync(le32toh(code[-1]))) {
159 if (is_sc(le32toh(code[sc_pos])))
173 if (!is_branch(le32toh(code[i]), &off))
184 if (is_sync(le32toh(code[i + off])))
196 static int check_code(uint64_t pc, uint32_t *code, size_t sz) argument
207 if (is_ll(le32toh(code[0]))) {
214 code++, \
225 /* Now scan through the code looking for LL instructions */
227 if (is_ll(le32toh(code[
[all...]

Completed in 256 milliseconds

1234567891011>>