/Linux-v6.6/arch/parisc/include/asm/ |
D | processor.h | 256 regs->fr[ 0] = 0LL; \ 257 regs->fr[ 1] = 0LL; \ 258 regs->fr[ 2] = 0LL; \ 259 regs->fr[ 3] = 0LL; \
|
/Linux-v6.6/tools/perf/util/ |
D | genelf.c | 184 d->d_off = 0LL; in jit_add_eh_frame_info() 218 d->d_off = 0LL; in jit_add_eh_frame_info() 320 d->d_off = 0LL; in jit_write_elf() 367 d->d_off = 0LL; in jit_write_elf() 403 d->d_off = 0LL; in jit_write_elf() 446 d->d_off = 0LL; in jit_write_elf() 488 d->d_off = 0LL; in jit_write_elf()
|
D | genelf_debug.c | 526 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-v6.6/Documentation/driver-api/media/drivers/ |
D | tuners.rst | 31 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-v6.6/Documentation/ |
D | atomic_t.txt | 116 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-v6.6/include/linux/iio/common/ |
D | inv_sensors_timestamp.h | 89 const struct inv_sensors_timestamp_interval interval_init = {0LL, 0LL}; in inv_sensors_timestamp_reset()
|
/Linux-v6.6/drivers/edac/ |
D | mce_amd.h | 23 #define LL(x) ((x) & 0x3) macro 24 #define LL_MSG(x) ll_msgs[LL(x)]
|
D | mce_amd.c | 627 u8 ll = LL(ec); in f12h_mc0_mce() 642 if (R4(ec) == R4_GEN && LL(ec) == LL_L1) { in f10h_mc0_mce() 666 if (TT(ec) != TT_DATA || LL(ec) != LL_L1) in cat_mc0_mce() 686 if ((II(ec) != II_MEM && II(ec) != II_IO) || LL(ec) != LL_LG) in cat_mc0_mce() 787 u8 ll = LL(ec); in k8_mc1_mce()
|
/Linux-v6.6/arch/arm/kernel/ |
D | perf_event_v7.c | 187 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_A8_PERFCTR_L2_CACHE_ACCESS, 188 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_A8_PERFCTR_L2_CACHE_REFILL, 189 [C(LL)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_A8_PERFCTR_L2_CACHE_ACCESS, 190 [C(LL)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_A8_PERFCTR_L2_CACHE_REFILL, 326 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_A15_PERFCTR_L2_CACHE_ACCESS_READ, 327 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_A15_PERFCTR_L2_CACHE_REFILL_READ, 328 [C(LL)][C(OP_WRITE)][C(RESULT_ACCESS)] = ARMV7_A15_PERFCTR_L2_CACHE_ACCESS_WRITE, 329 [C(LL)][C(OP_WRITE)][C(RESULT_MISS)] = ARMV7_A15_PERFCTR_L2_CACHE_REFILL_WRITE, 375 [C(LL)][C(OP_READ)][C(RESULT_ACCESS)] = ARMV7_PERFCTR_L2_CACHE_ACCESS, 376 [C(LL)][C(OP_READ)][C(RESULT_MISS)] = ARMV7_PERFCTR_L2_CACHE_REFILL, [all …]
|
/Linux-v6.6/tools/power/cpupower/bench/ |
D | benchmark.c | 96 performance_time = 0LL; in start_benchmark() 97 powersave_time = 0LL; in start_benchmark()
|
/Linux-v6.6/fs/ocfs2/cluster/ |
D | netdebug.c | 271 # 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-v6.6/arch/mips/include/asm/octeon/ |
D | cvmx-address.h | 40 CVMX_MIPS_SPACE_XUSEG = 0LL 45 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | skeleton.c | 53 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-v6.6/lib/ |
D | test-kstrtox.c | 241 {"0", 10, 0LL}, in test_kstrtoll_ok() 263 {"-0", 10, 0LL}, in test_kstrtoll_ok()
|
/Linux-v6.6/drivers/perf/ |
D | riscv_pmu_sbi.c | 166 [C(LL)] = { 169 C(OP_READ), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 171 C(OP_READ), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 175 C(OP_WRITE), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 177 C(OP_WRITE), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 181 C(OP_PREFETCH), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}}, 183 C(OP_PREFETCH), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
|
/Linux-v6.6/include/asm-generic/ |
D | int-ll64.h | 31 #define S64_C(x) x ## LL
|
/Linux-v6.6/arch/arm/nwfpe/ |
D | ARM-gcc.h | 62 #define LIT64( a ) a##LL
|
/Linux-v6.6/arch/powerpc/perf/ |
D | e6500-pmu.c | 53 [C(LL)] = {
|
D | e500-pmu.c | 55 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
|
/Linux-v6.6/drivers/net/ethernet/xilinx/ |
D | Kconfig | 35 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
|
/Linux-v6.6/arch/mips/include/asm/ |
D | addrspace.h | 30 #define _CONST64_(x) x ## LL
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ih.h | 79 (((int64_t)((t2) << 16) - (int64_t)((t1) << 16)) > 0LL)
|
/Linux-v6.6/arch/x86/events/intel/ |
D | core.c | 499 [ C(LL ) ] = { 560 [ C(LL ) ] = { 655 [ C(LL ) ] = { 732 [ C(LL ) ] = { 820 [ C(LL ) ] = { 883 [ C(LL ) ] = { 1039 [ C(LL ) ] = { 1116 [ C(LL ) ] = { 1191 [ C(LL ) ] = { 1311 [ C(LL ) ] = { [all …]
|
/Linux-v6.6/scripts/dtc/ |
D | dtc-lexer.l | 154 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
|
/Linux-v6.6/fs/ext4/ |
D | inode-test.c | 105 .expected = {0LL, 0L},
|