Home
last modified time | relevance | path

Searched refs:cptr1 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tm-spr.c21 int *cptr1, *pptr1; variable
38 cptr1 = (int *)shmat(shm_id1, NULL, 0); in tm_spr()
41 cptr1[0] = 0; in tm_spr()
73 [texasr] "=r" (texasr), [cptr1] "=b" (cptr1) in tm_spr()
87 shmdt((void *)cptr1); in tm_spr()
93 shmdt((void *)cptr1); in tm_spr()
H A Dptrace-tm-gpr.c59 [flt_2] "b" (&b), [cptr1] "b" (&cptr[1]) in tm_gpr()
H A Dptrace-tm-tar.c64 [dscr_2]"i"(DSCR_2), [cptr1] "b" (&cptr[1]) in tm_tar()
H A Dptrace-tm-vsx.c64 : [sprn_texasr] "i" (SPRN_TEXASR), [cptr1] "b" (&cptr[1]) in tm_vsx()
/linux/tools/perf/
H A Dbuiltin-sched.c4232 struct schedstat_cpu *cptr1 = list_first_entry(head1, struct schedstat_cpu, cpu_list); in show_schedstat_data() local
4253 jiffies1 = cptr1->cpu_data->timestamp; in show_schedstat_data()
4268 list_for_each_entry(cptr1, head1, cpu_list) { in show_schedstat_data()
4271 cs1 = cptr1->cpu_data; in show_schedstat_data()
4301 list_for_each_entry(dptr1, &cptr1->domain_head, domain_list) { in show_schedstat_data()