Home
last modified time | relevance | path

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

1234

/linux/tools/perf/util/
H A Dgenelf.c100 d->d_off = 0LL; in jit_add_eh_frame_info()
134 d->d_off = 0LL; in jit_add_eh_frame_info()
256 d->d_off = 0LL; in jit_write_elf()
306 d->d_off = 0LL; in jit_write_elf()
342 d->d_off = 0LL; in jit_write_elf()
387 d->d_off = 0LL; in jit_write_elf()
431 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/arch/parisc/include/asm/
H A Dprocessor.h258 regs->fr[ 0] = 0LL; \
259 regs->fr[ 1] = 0LL; \
260 regs->fr[ 2] = 0LL; \
261 regs->fr[ 3] = 0LL; \
/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.c152 u8 ll = LL(ec); in f12h_mc0_mce()
167 if (R4(ec) == R4_GEN && LL(ec) == LL_L1) { in f10h_mc0_mce()
191 if (TT(ec) != TT_DATA || LL(ec) != LL_L1) in cat_mc0_mce()
211 if ((II(ec) != II_MEM && II(ec) != II_IO) || LL(ec) != LL_LG) in cat_mc0_mce()
312 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.c201 [C(LL)] = {
204 C(OP_READ), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
206 C(OP_READ), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
210 C(OP_WRITE), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
212 C(OP_WRITE), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
216 C(OP_PREFETCH), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
218 C(OP_PREFETCH), C(LL), SBI_PMU_EVENT_TYPE_CACHE, 0}},
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.h80 (((int64_t)((t2) << 16) - (int64_t)((t1) << 16)) > 0LL)
83 (((int64_t)((t2) << 16) - (int64_t)((t1) << 16)) >= 0LL)
/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/lib/
H A Dtest-kstrtox.c241 {"0", 10, 0LL}, in test_kstrtoll_ok()
263 {"-0", 10, 0LL}, in test_kstrtoll_ok()
/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/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/drivers/tty/vt/
H A Ducs_width_table.h_shipped46 { 0x0962, 0x0963 }, /* DEVANAGARI VOWEL SIGN VOCALIC L - DEVANAGARI VOWEL SIGN VOCALIC LL */
53 { 0x09E2, 0x09E3 }, /* BENGALI VOWEL SIGN VOCALIC L - BENGALI VOWEL SIGN VOCALIC LL */
68 { 0x0AE2, 0x0AE3 }, /* GUJARATI VOWEL SIGN VOCALIC L - GUJARATI VOWEL SIGN VOCALIC LL */
76 { 0x0B62, 0x0B63 }, /* ORIYA VOWEL SIGN VOCALIC L - ORIYA VOWEL SIGN VOCALIC LL */
88 { 0x0C62, 0x0C63 }, /* TELUGU VOWEL SIGN VOCALIC L - TELUGU VOWEL SIGN VOCALIC LL */
95 { 0x0CE2, 0x0CE3 }, /* KANNADA VOWEL SIGN VOCALIC L - KANNADA VOWEL SIGN VOCALIC LL */
103 { 0x0D62, 0x0D63 }, /* MALAYALAM VOWEL SIGN VOCALIC L - MALAYALAM VOWEL SIGN VOCALIC LL */
127 { 0x1056, 0x1059 }, /* MYANMAR VOWEL SIGN VOCALIC R - MYANMAR VOWEL SIGN VOCALIC LL */
260 { 0x11362, 0x11363 }, /* GRANTHA VOWEL SIGN VOCALIC L - GRANTHA VOWEL SIGN VOCALIC LL */
263 { 0x113B8, 0x113C0 }, /* TULU-TIGALARI VOWEL SIGN AA - TULU-TIGALARI VOWEL SIGN VOCALIC LL */
/linux/arch/powerpc/perf/
H A De6500-pmu.c53 [C(LL)] = {
H A De500-pmu.c55 [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */
/linux/arch/x86/events/intel/
H A Dcore.c653 [ C(LL ) ] = {
714 [ C(LL ) ] = {
755 [ C(LL ) ] = {
816 [ C(LL ) ] = {
905 [ C(LL ) ] = {
982 [ C(LL ) ] = {
1070 [ C(LL ) ] = {
1133 [ C(LL ) ] = {
1289 [ C(LL ) ] = {
1366 [ C(LL ) ] = {
[all …]
/linux/arch/mips/include/asm/
H A Daddrspace.h30 #define _CONST64_(x) x ## LL
/linux/drivers/net/ethernet/xilinx/
H A DKconfig37 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
/linux/arch/x86/events/zhaoxin/
H A Dcore.c80 [C(LL)] = {
184 [C(LL)] = {

1234