Searched refs:clean (Results 151 - 175 of 288) sorted by relevance

1234567891011>>

/linux-master/tools/lib/subcmd/
H A DMakefile116 clean:
122 .PHONY: clean FORCE
/linux-master/tools/lib/api/
H A DMakefile127 clean:
133 .PHONY: clean FORCE
/linux-master/drivers/hid/bpf/entrypoints/
H A DMakefile46 .PHONY: all clean
50 clean:
/linux-master/tools/bpf/runqslower/
H A DMakefile38 .PHONY: all clean runqslower libbpf_hdrs
43 clean:
/linux-master/tools/testing/selftests/
H A Dlib.mk56 # and install targets. Common clean doesn't touch them.
110 $(Q)$(MAKE) -C $(TEST_GEN_MODS_DIR) clean
157 clean: $(if $(TEST_GEN_MODS_DIR),clean_mods_dir)
188 .PHONY: run_tests all clean install emit_tests gen_mods_dir clean_mods_dir
H A DMakefile217 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
282 clean:
285 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean;\
288 .PHONY: all run_tests hotplug run_hotplug clean_hotplug run_pstore_crash install clean gen_tar
/linux-master/arch/powerpc/platforms/cell/spufs/
H A DMakefile23 clean-files := spu_save_dump.h spu_restore_dump.h
/linux-master/drivers/accessibility/speakup/
H A DMakefile35 clean-files := mapdata.h speakupmap.h
/linux-master/drivers/memory/
H A DMakefile41 clean-files += ti-emif-asm-offsets.h
/linux-master/tools/include/nolibc/
H A DMakefile56 @echo " clean clean the sysroot"
91 clean:
/linux-master/tools/testing/selftests/powerpc/
H A DMakefile73 $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean; \
/linux-master/arch/arm/mm/
H A Dproc-fa526.S83 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
106 mcr p15, 0, ip, c7, c14, 0 @ clean and invalidate whole D cache
127 mcr p15, 0, r0, c7, c10, 1 @ clean D entry
H A Dproc-v6.S82 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
155 mcr p15, 0, ip, c7, c14, 0 @ clean+invalidate D cache
157 mcr p15, 0, ip, c7, c15, 0 @ clean+invalidate cache
207 mcr p15, 0, r0, c7, c14, 0 @ clean+invalidate D cache
209 mcr p15, 0, r0, c7, c15, 0 @ clean+invalidate cache
H A Dproc-arm940.S72 * Unconditionally clean and invalidate the entire icache.
112 2: mcr p15, 0, r3, c7, c14, 2 @ clean/flush D index
162 2: mcr p15, 0, r3, c7, c14, 2 @ clean/flush D index
195 * There is no efficient way to clean a specifid virtual
207 2: mcr p15, 0, r3, c7, c10, 2 @ clean D entry
219 * There is no efficient way to clean and invalidate a specifid
231 mcr p15, 0, r3, c7, c14, 2 @ clean/flush D entry
H A Dcache-v7m.S179 beq finished @ if loc is 0, then no need to clean
181 mov r10, #0 @ start clean at cache level 0
211 dccisw r11, r6 @ clean/invalidate by set/way
232 * The data cache flush is now achieved using atomic clean / invalidates
349 dccimvac r0, r3 @ clean & invalidate D line / unified line
398 dccmvac r0, r3 @ clean D / U line
416 dccimvac r0, r3 @ clean & invalidate D / U line
/linux-master/fs/xfs/scrub/
H A Dstats.c24 uint32_t clean; member in struct:xchk_scrub_stats
104 (unsigned int)css->clean,
199 css->clean++;
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000.h190 unsigned int clean = smp_load_acquire(&(R)->next_to_clean); \
192 (clean > use ? 0 : (R)->count) + clean - use - 1; \
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space.h43 void (*clean) (struct config_field *field); member in struct:config_field
/linux-master/Documentation/userspace-api/media/
H A DMakefile60 clean:
/linux-master/security/apparmor/
H A DMakefile15 clean-files := capability_names.h rlim_names.h net_names.h
/linux-master/scripts/gcc-plugins/
H A DMakefile44 clean-files += *.so
/linux-master/arch/powerpc/boot/
H A DMakefile224 clean-files := $(zlib-) $(zlibheader-) $(zliblinuxheader-) \
455 clean-files += $(image-) $(initrd-) cuImage.* dtbImage.* treeImage.* \
460 # clean up files cached by wrapper
461 clean-kernel-base := vmlinux.strip vmlinux.bin
462 clean-kernel := $(addsuffix .gz,$(clean-kernel-base))
463 clean-kernel += $(addsuffix .xz,$(clean-kernel-base))
464 # clean-files are relative to $(obj).
465 clean
[all...]
/linux-master/samples/hid/
H A DMakefile109 clean:
110 $(MAKE) -C ../../ M=$(CURDIR) clean
181 clean-files += vmlinux.h
208 clean-files += $(LINKED_SKELS)
/linux-master/tools/objtool/
H A Dobjtool.c138 f->pv_ops[idx].clean = false;
/linux-master/crypto/asymmetric_keys/
H A DMakefile46 clean-files += pkcs8.asn1.c pkcs8.asn1.h

Completed in 338 milliseconds

1234567891011>>