Home
last modified time | relevance | path

Searched refs:ULL (Results 1 – 22 of 22) sorted by relevance

/tools/include/linux/
Dbits.h9 #define BIT_ULL(nr) (ULL(1) << (nr))
12 #define BIT_ULL_MASK(nr) (ULL(1) << ((nr) % BITS_PER_LONG_LONG))
26 (((~ULL(0)) - (ULL(1) << (l)) + 1) & \
27 (~ULL(0) >> (BITS_PER_LONG_LONG - 1 - (h))))
Dconst.h7 #define ULL(x) (_ULL(x)) macro
Dsizes.h46 #define SZ_4G _AC(0x100000000, ULL)
/tools/perf/bench/
Dmem-functions.c240 u64 cycle_start = 0ULL, cycle_end = 0ULL; in do_memcpy_cycles()
306 u64 cycle_start = 0ULL, cycle_end = 0ULL; in do_memset_cycles()
/tools/include/uapi/linux/
Dconst.h26 #define _ULL(x) (_AC(x, ULL))
/tools/power/x86/intel-speed-select/
Disst.h34 (((~0ULL) << (l)) & (~0ULL >> (sizeof(long long) * 8 - 1 - (h))))
/tools/perf/util/
Dkvm-stat.h16 #define INVALID_KEY (~0ULL)
Dordered-events.c199 if (!timestamp || timestamp == ~0ULL) in ordered_events__queue()
228 u64 last_ts = oe->last ? oe->last->timestamp : 0ULL; in do_flush()
Dtrace-event-parse.c88 return 0ULL; in raw_field_value()
Ds390-cpumsf.c612 *ts = ~0ULL; in s390_cpumsf_samples()
625 aux_ts = ~0ULL; in s390_cpumsf_samples()
654 aux_ts = ~0ULL; in s390_cpumsf_samples()
712 *ts = ~0ULL; in s390_cpumsf_run_decoder()
Dmachine.c1428 machine->vmlinux_map->end = ~0ULL; in machine__set_kernel_mmap()
1450 u64 start = 0, end = ~0ULL; in machine__create_kernel_maps()
1487 if (end == ~0ULL) { in machine__create_kernel_maps()
Dintel-bts.c33 #define MAX_TIMESTAMP (~0ULL)
Ddata-convert-bt.c241 if ((value_int & (~0ULL - value_mask)) == 0) in adjust_signedness()
Dauxtrace.c1280 u64 rem = (0ULL - mm->len) % mm->len; in __auxtrace_mmap__read()
Dsymbol.c265 curr->end = ~0ULL; in map_groups__fixup_end()
Dcs-etm.c40 #define MAX_TIMESTAMP (~0ULL)
Dintel-pt.c46 #define MAX_TIMESTAMP (~0ULL)
/tools/testing/selftests/bpf/verifier/
Djset.c53 .data64 = { ~0ULL, }
/tools/perf/tests/
Dhists_common.c117 .pgoff = 0ULL, in setup_fake_machine()
/tools/perf/ui/
Dhist.c73 fmt, len, 0ULL); in __hpp__fmt()
99 fmt, len, 0ULL); in __hpp__fmt()
/tools/iio/
Diio_utils.c159 *mask = ~(0ULL); in iioutils_get_type()
/tools/vm/
Dpage-types.c93 #define KPF_ALL_BITS ((uint64_t)~0ULL)