Searched refs:jc (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/testing/selftests/arm64/bti/
H A Dteststubs.S25 bti jc
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.h25 __u64 jc; member in struct:panfrost_job
H A Dpanfrost_job.c202 u64 jc_head = job->jc;
387 if (!job->jc)
448 job->jc = job_read(pfdev, JS_TAIL_LO(js)) |
456 job->jc = 0;
463 job->jc = 0;
483 /* Set ->jc to 0 to avoid re-submitting an already finished job (can
486 job->jc = 0;
582 if (pfdev->jobs[j][0]->jc == 0) {
957 job->jc = 0;
H A Dpanfrost_dump.c180 iter.hdr->reghdr.jc = job->jc;
H A Dpanfrost_drv.c246 if (!args->jc)
267 job->jc = args->jc;
/linux-master/arch/x86/math-emu/
H A Ddiv_Xsig.S233 jc L_bugged_2
244 jc L_bugged_2
262 jc L_bugged_2
270 jc L_bugged_2 /* Must check for non-zero result here */
H A Dreg_u_div.S315 jc L_bugged_2
326 jc L_bugged_2
344 jc L_bugged_2
352 jc L_bugged_2 /* Must check for non-zero result here */
402 jc LRound_large /* No need to compare, denom smaller */
H A Dwm_shrx.S126 jc Ls_less_than_32
H A Dreg_round.S214 jc LCheck_truncate_24 /* less than half, no increment needed */
293 jc LCheck_truncate_53 /* less than half, no increment needed */
363 jc LCheck_truncate_64
H A Dreg_u_sub.S168 jc L_bugged
/linux-master/include/uapi/drm/
H A Dpanfrost_drm.h52 __u64 jc; member in struct:drm_panfrost_submit
250 __u64 jc; member in struct:panfrost_dump_object_header::__anon225::__anon226
/linux-master/arch/x86/virt/vmx/tdx/
H A Dtdxcall.S102 jc .Lseamcall_vmfailinvalid\@
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S147 jc .Ldone
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c1236 struct v4l2_jpegcompression *jc)
1240 memset(jc, 0, sizeof(*jc));
1241 jc->quality = vc->jpegqual;
1242 dprintk(vc->dev, 2, "%s: quality %d\n", __func__, jc->quality);
1247 const struct v4l2_jpegcompression *jc)
1251 if (jc->quality < 0 || jc->quality > 100)
1253 v4l2_ctrl_s_ctrl(vc->jpegqual_ctrl, jc->quality);
1254 dprintk(vc->dev, 2, "%s: quality %d\n", __func__, jc
1235 vidioc_g_jpegcomp(struct file *file, void *priv, struct v4l2_jpegcompression *jc) argument
1246 vidioc_s_jpegcomp(struct file *file, void *priv, const struct v4l2_jpegcompression *jc) argument
[all...]
/linux-master/arch/x86/entry/
H A Dcalling.h268 jc .Lwrcr3_\@
/linux-master/arch/x86/boot/compressed/
H A Dhead_64.S549 jc 1f
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx.seq274 jc ident_messages_done_msg_pending;
1823 jc . + 2;
1835 jc . + 2;
H A Daic79xx.seq274 jc issue_cmdcmplt;
/linux-master/kernel/events/
H A Dcore.c13823 struct perf_cgroup *jc; local
13825 jc = kzalloc(sizeof(*jc), GFP_KERNEL);
13826 if (!jc)
13829 jc->info = alloc_percpu(struct perf_cgroup_info);
13830 if (!jc->info) {
13831 kfree(jc);
13835 return &jc->css;
13840 struct perf_cgroup *jc = container_of(css, struct perf_cgroup, css); local
13842 free_percpu(jc
[all...]

Completed in 218 milliseconds