Home
last modified time | relevance | path

Searched refs:LL (Results 1 – 25 of 79) sorted by relevance

1234

/linux/tools/perf/util/
H A Dgenelf.c179 d->d_off = 0LL; in jit_add_eh_frame_info()
213 d->d_off = 0LL; in jit_add_eh_frame_info()
315 d->d_off = 0LL; in jit_write_elf()
362 d->d_off = 0LL; in jit_write_elf()
398 d->d_off = 0LL; in jit_write_elf()
441 d->d_off = 0LL; in jit_write_elf()
483 d->d_off = 0LL; in jit_write_elf()
H A Dgenelf_debug.c526 d->d_off = 0LL; in jit_add_debug_info()
560 d->d_off = 0LL; in jit_add_debug_info()
594 d->d_off = 0LL; in jit_add_debug_info()
/linux/Documentation/driver-api/media/drivers/
H A Dtuners.rst31 L= Secam LL
34 Q= BG+I+DK+LL
69 MF: BG LL w/ Secam (Multi France)
70 ME: BG DK I LL (Multi Europe)
88 xx1x: Pal DK, Secam LL
/linux/Documentation/
H A Datomic_t.txt116 will invalidate a LL/SC or fail a CMPXCHG.
152 are time critical and can, (typically) on LL/SC architectures, be more
265 t = LL.acq *y (0)
326 indefinitely. However, this is not evident on LL/SC architectures, because
327 while an LL/SC architecture 'can/should/must' provide forward progress
328 guarantees between competing LL/SC sections, such a guarantee does not
329 transfer to cmpxchg() implemented using LL/SC. Consider:
336 which on LL/SC becomes something like:
342 volatile asm ("1: LL %[oldval], %[v]\n"
356 However, even the forward branch from the failed compare can cause the LL/SC
/linux/include/linux/iio/common/
H A Dinv_sensors_timestamp.h88 const struct inv_sensors_timestamp_interval interval_init = {0LL, 0LL}; in inv_sensors_timestamp_reset()
/linux/drivers/edac/
H A Dmce_amd.h23 #define LL(x) ((x) & 0x3) macro
24 #define LL_MSG(x) ll_msgs[LL(x)]
H A Dmce_amd.c151 u8 ll = LL(ec); in f12h_mc0_mce()
166 if (R4(ec) == R4_GEN && LL(ec) == LL_L1) { in f10h_mc0_mce()
190 if (TT(ec) != TT_DATA || LL(ec) != LL_L1) in cat_mc0_mce()
210 if ((II(ec) != II_MEM && II(ec) != II_IO) || LL(ec) != LL_LG) in cat_mc0_mce()
311 u8 ll = LL(ec); in k8_mc1_mce()
/linux/drivers/perf/
H A Darm_v7_pmu.c185 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_A8_PERFCTR_L2_CACHE_ACCESS,
186 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_A8_PERFCTR_L2_CACHE_REFILL,
187 [C(LL)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_A8_PERFCTR_L2_CACHE_ACCESS,
188 [C(LL)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_A8_PERFCTR_L2_CACHE_REFILL,
324 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_A15_PERFCTR_L2_CACHE_ACCESS_READ,
325 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_A15_PERFCTR_L2_CACHE_REFILL_READ,
326 [C(LL)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_A15_PERFCTR_L2_CACHE_ACCESS_WRITE,
327 [C(LL)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_A15_PERFCTR_L2_CACHE_REFILL_WRITE,
373 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_PERFCTR_L2_CACHE_ACCESS,
374 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_PERFCTR_L2_CACHE_REFILL,
[all …]
H A Driscv_pmu_sbi.c199 [C(LL)] = {
202 C(OP_READ), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
204 C(OP_READ), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
208 C(OP_WRITE), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
210 C(OP_WRITE), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
214 C(OP_PREFETCH), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
216 C(OP_PREFETCH), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
/linux/tools/power/cpupower/bench/
H A Dbenchmark.c96 performance_time = 0LL; in start_benchmark()
97 powersave_time = 0LL; in start_benchmark()
/linux/fs/ocfs2/cluster/
H A Dnetdebug.c271 # define sc_tv_acquiry_total_ns(_s) (0LL)
272 # define sc_tv_send_total_ns(_s) (0LL)
273 # define sc_tv_status_total_ns(_s) (0LL)
274 # define sc_tv_process_total_ns(_s) (0LL)
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-address.h40 CVMX_MIPS_SPACE_XUSEG = 0LL
45 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c53 CHECK(bss->in4 != 0, "in4", "got %lld != exp %lld\n", bss->in4, 0LL); in test_skeleton()
54 CHECK(bss->out4 != 0, "out4", "got %lld != exp %lld\n", bss->out4, 0LL); in test_skeleton()
/linux/lib/
H A Dtest-kstrtox.c241 {"0", 10, 0LL}, in test_kstrtoll_ok()
263 {"-0", 10, 0LL}, in test_kstrtoll_ok()
/linux/fs/bcachefs/
H A Dmovinggc.c285 wait = min(wait, max(0LL, fragmented_allowed - fragmented)); in bch2_copygc_wait_amount()
299 prt_human_readable_u64(out, max(0LL, c->copygc_wait - in bch2_copygc_wait_to_text()
304 prt_human_readable_u64(out, max(0LL, in bch2_copygc_wait_to_text()
/linux/include/asm-generic/
H A Dint-ll64.h31 #define S64_C(x) x ## LL
/linux/arch/arm/nwfpe/
H A DARM-gcc.h62 #define LIT64( a ) a##LL
/linux/arch/powerpc/perf/
H A De6500-pmu.c53 [C(LL)] = {
H A De500-pmu.c55 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
/linux/drivers/net/ethernet/xilinx/
H A DKconfig36 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.h79 (((int64_t)((t2) << 16) - (int64_t)((t1) << 16)) > 0LL)
/linux/arch/mips/include/asm/
H A Daddrspace.h30 #define _CONST64_(x) x ## LL
/linux/scripts/dtc/
H A Ddtc-lexer.l154 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
/linux/arch/x86/events/zhaoxin/
H A Dcore.c79 [C(LL)] = {
183 [C(LL)] = {
/linux/fs/ext4/
H A Dinode-test.c105 .expected = {0LL, 0L},

1234