Home
last modified time | relevance | path

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

1234

/Linux-v5.15/arch/parisc/include/asm/
Dprocessor.h259 regs->fr[ 0] = 0LL; \
260 regs->fr[ 1] = 0LL; \
261 regs->fr[ 2] = 0LL; \
262 regs->fr[ 3] = 0LL; \
/Linux-v5.15/tools/perf/util/
Dgenelf.c178 d->d_off = 0LL; in jit_add_eh_frame_info()
212 d->d_off = 0LL; in jit_add_eh_frame_info()
300 d->d_off = 0LL; in jit_write_elf()
346 d->d_off = 0LL; in jit_write_elf()
382 d->d_off = 0LL; in jit_write_elf()
425 d->d_off = 0LL; in jit_write_elf()
467 d->d_off = 0LL; in jit_write_elf()
Dgenelf_debug.c515 d->d_off = 0LL; in jit_add_debug_info()
549 d->d_off = 0LL; in jit_add_debug_info()
583 d->d_off = 0LL; in jit_add_debug_info()
/Linux-v5.15/Documentation/driver-api/media/drivers/
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-v5.15/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_timestamp.h79 const struct inv_icm42600_timestamp_interval interval_init = {0LL, 0LL}; in inv_icm42600_timestamp_reset()
/Linux-v5.15/Documentation/
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 architecure '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-v5.15/drivers/edac/
Dmce_amd.h23 #define LL(x) ((x) & 0x3) macro
24 #define LL_MSG(x) ll_msgs[LL(x)]
Dmce_amd.c506 u8 ll = LL(ec); in f12h_mc0_mce()
521 if (R4(ec) == R4_GEN && LL(ec) == LL_L1) { in f10h_mc0_mce()
545 if (TT(ec) != TT_DATA || LL(ec) != LL_L1) in cat_mc0_mce()
565 if ((II(ec) != II_MEM && II(ec) != II_IO) || LL(ec) != LL_LG) in cat_mc0_mce()
666 u8 ll = LL(ec); in k8_mc1_mce()
/Linux-v5.15/arch/arm/kernel/
Dperf_event_v7.c187 [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-v5.15/tools/testing/selftests/bpf/prog_tests/
Dskeleton.c41 CHECK(bss->in4 != 0, "in4", "got %lld != exp %lld\n", bss->in4, 0LL); in test_skeleton()
42 CHECK(bss->out4 != 0, "out4", "got %lld != exp %lld\n", bss->out4, 0LL); in test_skeleton()
/Linux-v5.15/tools/power/cpupower/bench/
Dbenchmark.c96 performance_time = 0LL; in start_benchmark()
97 powersave_time = 0LL; in start_benchmark()
/Linux-v5.15/fs/ocfs2/cluster/
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-v5.15/arch/mips/include/asm/octeon/
Dcvmx-address.h40 CVMX_MIPS_SPACE_XUSEG = 0LL
45 CVMX_MIPS_XKSEG_SPACE_KSEG0 = 0LL,
/Linux-v5.15/lib/
Dtest-kstrtox.c241 {"0", 10, 0LL}, in test_kstrtoll_ok()
263 {"-0", 10, 0LL}, in test_kstrtoll_ok()
/Linux-v5.15/include/asm-generic/
Dint-ll64.h31 #define S64_C(x) x ## LL
/Linux-v5.15/arch/arm/nwfpe/
DARM-gcc.h62 #define LIT64( a ) a##LL
/Linux-v5.15/arch/powerpc/perf/
De6500-pmu.c53 [C(LL)] = {
De500-pmu.c55 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
/Linux-v5.15/arch/x86/events/intel/
Dcore.c466 [ C(LL ) ] = {
527 [ C(LL ) ] = {
622 [ C(LL ) ] = {
699 [ C(LL ) ] = {
787 [ C(LL ) ] = {
850 [ C(LL ) ] = {
1006 [ C(LL ) ] = {
1083 [ C(LL ) ] = {
1158 [ C(LL ) ] = {
1278 [ C(LL ) ] = {
[all …]
/Linux-v5.15/drivers/net/ethernet/xilinx/
DKconfig35 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
/Linux-v5.15/arch/mips/include/asm/
Daddrspace.h30 #define _CONST64_(x) x ## LL
/Linux-v5.15/scripts/dtc/
Ddtc-lexer.l154 <V1>([0-9]+|0[xX][0-9a-fA-F]+)(U|L|UL|LL|ULL)? {
/Linux-v5.15/fs/ext4/
Dinode-test.c105 .expected = {0LL, 0L},
/Linux-v5.15/arch/arc/include/asm/
Dperf_event.h155 [C(LL)] = {
/Linux-v5.15/arch/sh/kernel/cpu/sh4a/
Dperf_event.c146 [ C(LL) ] = {

1234