Home
last modified time | relevance | path

Searched refs:cr (Results 1 – 14 of 14) sorted by relevance

/tools/testing/selftests/powerpc/nx-gzip/include/
A Dcopy-paste.h46 __u32 cr; in vas_paste() local
48 cr = 0; in vas_paste()
51 : "=r" (cr) in vas_paste()
55 return (cr >> CR0_SHIFT) & CR0_MASK; in vas_paste()
/tools/testing/selftests/powerpc/tm/
A Dtm.h107 long cr; in tcheck() local
108 asm volatile ("tcheck 0" : "=r"(cr) : : "cr0"); in tcheck()
109 return (cr >> 28) & 4; in tcheck()
/tools/testing/selftests/powerpc/include/
A Dinstructions.h40 int cr; in paste() local
44 : "=r" (cr) in paste()
48 return cr; in paste()
53 int cr; in paste_last() local
57 : "=r" (cr) in paste_last()
61 return cr; in paste_last()
/tools/testing/selftests/kvm/x86/
A Dset_sregs_test.c24 #define TEST_INVALID_CR_BIT(vcpu, cr, orig, bit) \ argument
30 if (orig.cr & bit) \
34 new.cr |= bit; \
37 TEST_ASSERT(rc, "KVM allowed invalid " #cr " bit (0x%lx)", bit); \
/tools/perf/util/
A Dthread-stack.h78 int (*process)(struct call_return *cr, u64 *parent_db_id, void *data);
101 call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data),
A Dthread-stack.c304 struct call_return cr = { in thread_stack__call_return() local
312 cr.cp = tse->cp; in thread_stack__call_return()
313 cr.call_time = tse->timestamp; in thread_stack__call_return()
314 cr.return_time = timestamp; in thread_stack__call_return()
317 cr.cyc_count = ts->cyc_count - tse->cyc_count; in thread_stack__call_return()
318 cr.db_id = tse->db_id; in thread_stack__call_return()
319 cr.call_ref = tse->ref; in thread_stack__call_return()
320 cr.return_ref = ref; in thread_stack__call_return()
322 cr.flags |= CALL_RETURN_NO_CALL; in thread_stack__call_return()
324 cr.flags |= CALL_RETURN_NO_RETURN; in thread_stack__call_return()
[all …]
A Ddb-export.c509 int db_export__call_return(struct db_export *dbe, struct call_return *cr, in db_export__call_return() argument
514 err = db_export__call_path(dbe, cr->cp); in db_export__call_return()
518 if (!cr->db_id) in db_export__call_return()
519 cr->db_id = ++dbe->call_return_last_db_id; in db_export__call_return()
524 cr->parent_db_id = *parent_db_id; in db_export__call_return()
528 return dbe->export_call_return(dbe, cr); in db_export__call_return()
A Ddb-export.h59 struct call_return *cr);
105 int db_export__call_return(struct db_export *dbe, struct call_return *cr,
/tools/testing/selftests/bpf/
A Dxsk.c201 map = mmap(NULL, off.cr.desc + umem->config.comp_size * sizeof(__u64), in xsk_create_umem_rings()
211 comp->producer = map + off.cr.producer; in xsk_create_umem_rings()
212 comp->consumer = map + off.cr.consumer; in xsk_create_umem_rings()
213 comp->flags = map + off.cr.flags; in xsk_create_umem_rings()
214 comp->ring = map + off.cr.desc; in xsk_create_umem_rings()
494 munmap(ctx->comp->ring - off.cr.desc, off.cr.desc + umem->config.comp_size * in xsk_put_ctx()
736 munmap(umem->comp_save->ring - off.cr.desc, in xsk_umem__delete()
737 off.cr.desc + umem->config.comp_size * sizeof(__u64)); in xsk_umem__delete()
/tools/include/uapi/linux/
A Dif_xdp.h70 struct xdp_ring_offset cr; /* Completion */ member
/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1393 struct call_return *cr) in python_export_call_return() argument
1396 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return()
1401 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return()
1404 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return()
1405 tuple_set_d64(t, 4, cr->call_time); in python_export_call_return()
1406 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()
1408 tuple_set_d64(t, 7, cr->call_ref); in python_export_call_return()
1409 tuple_set_d64(t, 8, cr->return_ref); in python_export_call_return()
1411 tuple_set_s32(t, 10, cr->flags); in python_export_call_return()
1413 tuple_set_d64(t, 12, cr->insn_count); in python_export_call_return()
[all …]
/tools/arch/powerpc/include/uapi/asm/
A Dkvm.h37 __u64 cr; member
/tools/lib/bpf/
A Dgen_loader.c974 struct bpf_core_relo *cr = gen->data_start + core_relos; in info_blob_bswap() local
984 bpf_core_relo_bswap(cr++); in info_blob_bswap()
A Dlibbpf.c7886 struct bpf_core_relo cr = { in bpf_program_record_relos() local
7893 bpf_gen__record_relo_core(obj->gen_loader, &cr); in bpf_program_record_relos()

Completed in 47 milliseconds