| /tools/testing/selftests/powerpc/nx-gzip/include/ |
| A D | copy-paste.h | 46 __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 D | tm.h | 107 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 D | instructions.h | 40 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 D | set_sregs_test.c | 24 #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 D | thread-stack.h | 78 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 D | thread-stack.c | 304 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 D | db-export.c | 509 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 D | db-export.h | 59 struct call_return *cr); 105 int db_export__call_return(struct db_export *dbe, struct call_return *cr,
|
| /tools/testing/selftests/bpf/ |
| A D | xsk.c | 201 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 D | if_xdp.h | 70 struct xdp_ring_offset cr; /* Completion */ member
|
| /tools/perf/util/scripting-engines/ |
| A D | trace-event-python.c | 1393 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 D | kvm.h | 37 __u64 cr; member
|
| /tools/lib/bpf/ |
| A D | gen_loader.c | 974 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 D | libbpf.c | 7886 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()
|