Searched refs:clean (Results 126 - 150 of 288) sorted by relevance

1234567891011>>

/linux-master/tools/iio/
H A DMakefile58 clean:
71 .PHONY: all install clean FORCE prepare
/linux-master/tools/hv/
H A DMakefile48 clean:
66 .PHONY: all install clean FORCE prepare
/linux-master/tools/spi/
H A DMakefile53 clean:
68 .PHONY: all install clean FORCE prepare
/linux-master/tools/power/x86/intel-speed-select/
H A DMakefile47 clean:
60 .PHONY: all install clean FORCE prepare
/linux-master/tools/lib/symbol/
H A DMakefile116 clean:
122 .PHONY: clean FORCE
/linux-master/kernel/bpf/preload/iterators/
H A DMakefile36 .PHONY: all clean
42 clean:
/linux-master/tools/counter/
H A DMakefile47 clean:
63 .PHONY: all install clean FORCE prepare
/linux-master/tools/testing/scatterlist/
H A DMakefile16 clean:
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.h45 struct mt7915_tm_clean_txq clean; member in union:mt7915_tm_cmd::__anon1974
/linux-master/tools/testing/selftests/futex/
H A DMakefile6 .PHONY: all clean
/linux-master/scripts/dtc/
H A Dupdate-dtc-source.sh50 make clean
/linux-master/scripts/
H A Dobjdiff23 # And to clean up (everything is in .objdiff/*)
24 # $ ./scripts/objdiff clean all
41 echo >&2 " clean all | <commit>"
154 clean)
/linux-master/arch/xtensa/boot/lib/
H A DMakefile34 clean-files := $(zlib)
/linux-master/tools/testing/selftests/sync/
H A DMakefile6 .PHONY: all clean
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h81 * @clean: Clean the resource.
107 int (*clean)(struct vmw_resource *res); member in struct:vmw_res_func
/linux-master/drivers/misc/echo/
H A Decho.c106 static inline void lms_adapt_bg(struct oslec_state *ec, int clean, int shift) argument
116 factor = clean << shift;
118 factor = clean >> -shift;
353 ec->clean = rx - echo_value;
354 ec->lcleanacc += abs(ec->clean) - ec->lclean;
451 ec->clean_nlp = ec->clean;
512 ec->lbgn_acc += abs(ec->clean) - ec->lbgn;
551 giving very clean DC removal.
/linux-master/arch/arm/mm/
H A Dproc-arm1020.S50 * clean the whole cache, rather than using the individual
113 * Unconditionally clean and invalidate the entire icache.
144 2: mcr p15, 0, r3, c7, c14, 2 @ clean+invalidate D index
176 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
218 mcr p15, 0, r0, c7, c10, 1 @ clean D entry
244 1: mcr p15, 0, r0, c7, c14, 1 @ clean+invalidate D entry
272 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
276 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
300 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
322 1: mcr p15, 0, r0, c7, c14, 1 @ clean
[all...]
H A Dproc-xsc3.S68 1: mcr p15, 0, \rd, c7, c14, 2 @ clean/invalidate L1 D line
145 * Unconditionally clean and invalidate the entire icache.
197 mcr p15, 0, r0, c7, c14, 1 @ clean/invalidate L1 D line
224 1: mcr p15, 0, r0, c7, c10, 1 @ clean L1 D line
245 1: mcr p15, 0, r0, c7, c14, 1 @ clean/invalidate L1 D line
269 mcrne p15, 0, r0, c7, c10, 1 @ clean L1 D line
271 mcrne p15, 0, r1, c7, c10, 1 @ clean L1 D line
289 1: mcr p15, 0, r0, c7, c10, 1 @ clean L1 D line
306 1: mcr p15, 0, r0, c7, c14, 1 @ clean/invalidate L1 D line
344 1: mcr p15, 0, r0, c7, c10, 1 @ clean L
[all...]
H A Dcache-v7.S32 * the clean + invalidate performed by v7_flush_dcache_all causes a bunch
36 * clean + invalidate, before jumping into the kernel.
131 beq finished @ if loc is 0, then no need to clean
133 mov r10, #0 @ start clean at cache level 0
165 mcr p15, 0, r5, c7, c14, 2 @ clean & invalidate by set/way
189 * The data cache flush is now achieved using atomic clean / invalidates
288 USER( mcr p15, 0, r12, c7, c11, 1 ) @ clean D line to the point of unification
346 mcr p15, 0, r0, c7, c14, 1 @ clean & invalidate D line / unified line
373 mcrne p15, 0, r0, c7, c14, 1 @ clean & invalidate D / U line
378 mcrne p15, 0, r1, c7, c14, 1 @ clean
[all...]
/linux-master/tools/perf/
H A DMakefile.perf213 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help
378 python-clean := $(call QUIET_CLEAN, python) $(RM) -r $(PYTHON_EXTBUILD) $(OUTPUT)python/perf*.so
469 arm64-sysreg-defs-clean:
472 clean > /dev/null
671 tests-coresight-targets-clean:
673 $(Q)$(MAKE) -C $(TESTS_CORESIGHT_DIR) O=$(OUTPUT) clean >/dev/null
863 $(LIBAPI)-clean:
872 $(LIBBPF)-clean:
881 $(LIBPERF)-clean
[all...]
/linux-master/
H A DMakefile280 clean-targets := %clean mrproper cleandocs
281 no-dot-config-targets := $(clean-targets) \
331 # For "make -j clean all", "make -j mrproper defconfig all", etc.
332 ifneq ($(filter $(clean-targets),$(MAKECMDGOALS)),)
333 ifneq ($(filter-out $(clean-targets),$(MAKECMDGOALS)),)
628 # Before starting out-of-tree build, make sure the source tree is clean.
646 echo >&2 "*** The source tree is not clean, please run 'make$(if $(findstring command line, $(origin ARCH)), ARCH=$(ARCH)) mrproper'"; \
692 # Build targets only - this includes vmlinux, arch-specific targets, clean
1021 # from the clean sourc
[all...]
/linux-master/drivers/scsi/aic7xxx/
H A DMakefile41 # Files generated that shall be removed upon make clean
42 clean-files := aic7xxx_seq.h aic7xxx_reg.h aic7xxx_reg_print.c
43 clean-files += aic79xx_seq.h aic79xx_reg.h aic79xx_reg_print.c
/linux-master/tools/power/acpi/
H A DMakefile.rules28 clean:
/linux-master/tools/gpio/
H A DMakefile78 clean:
91 .PHONY: all install clean FORCE prepare
/linux-master/tools/thermal/lib/
H A DMakefile114 clean:
158 .PHONY: all install clean FORCE

Completed in 241 milliseconds

1234567891011>>