Home
last modified time | relevance | path

Searched full:breaks (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c80 unsigned long long breaks, needed; in runtestsingle() local
130 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtestsingle()
140 (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytest); in runtestsingle()
141 if (breaks != needed) { in runtestsingle()
143 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
158 unsigned long long breaks; in runtest_dar_outside() local
192 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
194 if (breaks == 0) { in runtest_dar_outside()
197 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
207 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
[all …]
/kernel/linux/linux-5.10/arch/alpha/include/asm/
Dcompiler.h8 always_inline. This breaks stuff. We'll include this file whenever
/kernel/linux/linux-5.10/include/asm-generic/
Dbitsperlong.h15 * FIXME: The check currently breaks x86-64 build, so it's
/kernel/linux/linux-5.10/arch/parisc/lib/
Dio.c165 * of the inw() breaks things.
237 * of the inl() breaks things.
335 * outw() breaks things.
407 * just using the inlined version of the outl() breaks things.
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
Dia_css_ctc_param.h33 /* This should be vamem_data_t, but that breaks the pipe generator */
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/
Dia_css_bh_param.h36 /* This should be hmem_data_t, but that breaks the pipe generator */
/kernel/linux/linux-5.10/tools/perf/ui/
Dlibslang.h5 * slang versions <= 2.0.6 have a "#if HAVE_LONG_LONG" that breaks
/kernel/linux/linux-5.10/Documentation/kbuild/
DKconfig.select-break18 # Kconfig does not visit the dependencies, it breaks the dependencies of B
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/
Dia_css_xnr_param.h31 /* This should be vamem_data_t, but that breaks the pipe generator */
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/
Dia_css_gc2_param.h39 /* This should be vamem_data_t, but that breaks the pipe generator */
/kernel/linux/linux-5.10/tools/lib/
Dstr_error_r.c13 * to check if it returned something else and copy that instead), breaks the
/kernel/linux/linux-5.10/Documentation/locking/
Dlocktypes.rst341 On a PREEMPT_RT kernel this code sequence breaks because local_lock_irq()
415 On PREEMPT_RT kernel this code sequence breaks because RT-mutex requires a
431 this breaks. The PREEMPT_RT-specific change of spinlock_t semantics does
457 This breaks because migrate_disable() does not protect against reentrancy from
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dio.c301 * of the inw() breaks things.
341 * of the inl() breaks things.
395 * outw() breaks things.
435 * just using the inlined version of the outl() breaks things.
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip32/
Dcpu-feature-overrides.h16 * requests. This breaks all the atomic bitops functions.
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/
Dia_css_gc_param.h57 /* This should be vamem_data_t, but that breaks the pipe generator */
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile11 # Toolchains may build PIE by default which breaks the assembly
/kernel/linux/linux-5.10/Documentation/process/
Demail-clients.rst38 and unwanted line breaks.
57 This breaks many scripts that read and apply the patches.
323 At the same time it wraps lines every 78 chars with CRLF style line breaks
/kernel/linux/linux-5.10/tools/lib/traceevent/
Dtep_strerror.c21 * to check if it returned something else and copy that instead), breaks the
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dvctrl.txt25 avoid this situation the vctrl driver breaks down
/kernel/linux/linux-5.10/scripts/genksyms/
Dkeywords.c36 // field name which breaks the genksyms parser. It is not a gcc keyword anyway.
/kernel/linux/linux-5.10/arch/mips/ralink/
Dill_acc.c53 /* somehow this driver breaks on RT5350 */ in ill_acc_of_setup()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dtiming.h40 /* The BUILD_BUG_ON below breaks in funny ways, commented out in kvmppc_account_exit_stat()
/kernel/linux/linux-5.10/include/drm/
Ddrm_cache.h63 * breaks correct operation of the device. Since we have no way of in drm_arch_can_wc_memory()
/kernel/linux/linux-5.10/include/sound/sof/
Dext_manifest.h41 /* extended manifest header, deleting any field breaks backward compatibility */
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.

12345678910>>...12