Searched refs:clean (Results 176 - 200 of 288) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/boot/
H A DMakefile12 clean-files := System.map
/linux-master/net/wireless/
H A DMakefile61 clean-files += shipped-certs.c extra-certs.c
/linux-master/tools/testing/selftests/sgx/
H A DMakefile5 .PHONY: all clean
/linux-master/arch/x86/lib/
H A DMakefile27 clean-files := inat-tables.c
/linux-master/drivers/net/wan/
H A DMakefile32 clean-files := wanxlfw.inc
/linux-master/Documentation/devicetree/bindings/
H A DMakefile74 # Hack: avoid 'Argument list too long' error for 'make clean'. Remove most of
75 # build artifacts here before they are processed by scripts/Makefile.clean
76 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \
/linux-master/fs/bcachefs/
H A DMakefile75 sb-clean.o \
H A Drecovery_passes.c47 if (keys->nr || c->opts.fsck || !c->sb.clean || c->recovery_passes_explicit)
172 if ((p->when & PASS_UNCLEAN) && !c->sb.clean)
/linux-master/arch/x86/kvm/
H A DMakefile48 clean-files += kvm-asm-offsets.h
/linux-master/arch/arm/mm/
H A Dproc-xscale.S187 * Unconditionally clean and invalidate the entire icache.
263 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
284 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
305 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
329 mcrne p15, 0, r0, c7, c10, 1 @ clean D entry
331 mcrne p15, 0, r1, c7, c10, 1 @ clean D entry
349 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
366 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
422 * The recommended workaround is to always do a clean D-cache line before
455 1: mcr p15, 0, r0, c7, c10, 1 @ clean
[all...]
H A Dproc-sa110.S117 1: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
154 mcr p15, 0, r0, c7, c10, 1 @ clean D entry
/linux-master/tools/lib/thermal/
H A DMakefile122 clean:
165 .PHONY: all install clean FORCE
/linux-master/lib/raid6/test/
H A DMakefile147 clean:
150 spotless: clean
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_svm_test.c118 vmcb->control.clean |= HV_VMCB_NESTED_ENLIGHTENMENTS;
125 vmcb->control.clean &= ~HV_VMCB_NESTED_ENLIGHTENMENTS;
H A Dsvm_nested_soft_inject_test.c128 vmcb->control.clean = 0; /* &= ~BIT(VMCB_DT) would be enough */
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpno.c415 /* clean up everything */
429 goto clean;
443 goto clean;
448 goto clean;
452 goto clean;
457 clean:
/linux-master/drivers/regulator/
H A Dof_regulator.c656 goto clean;
662 goto clean;
668 goto clean;
675 goto clean;
678 clean:
/linux-master/arch/x86/kvm/svm/
H A Dsvm.h149 u32 clean; member in struct:vmcb_ctrl_area_cached
345 vmcb->control.clean = 0;
350 vmcb->control.clean = VMCB_ALL_CLEAN_MASK
356 vmcb->control.clean &= ~(1 << bit);
361 return !test_bit(bit, (unsigned long *)&vmcb->control.clean);
/linux-master/drivers/md/
H A Ddm-cache-policy-smq.c58 * The clean and dirty queues share entries, so this object is separate
821 * consisting of a clean and dirty queue, containing the currently
827 struct queue clean; member in struct:smq_policy
863 * If this is set the policy will try and clean the whole cache
902 struct queue *q = &mq->clean;
939 q_push(&mq->clean, sentinel);
961 q_del(e->dirty ? &mq->dirty : &mq->clean, e);
969 q_push(&mq->clean, e);
985 q_push_front(&mq->clean, e);
1010 q_requeue(&mq->clean,
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dx_operr.S93 | kernel handler. Set the operr bits and clean up, leaving
121 bra not_enabled |clean and exit
168 bra not_enabled |clean and exit
195 bra not_enabled |clean and exit
323 | inex2 or inex1 occurred, we must clean up and branch to the
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.h50 * @clean: clean app state
80 * @sriov_disable: app-specific sriov clean-up
91 void (*clean)(struct nfp_app *app); member in struct:nfp_app_type
200 if (app->type->clean)
201 app->type->clean(app);
/linux-master/tools/lib/perf/Documentation/
H A DMakefile139 clean:
/linux-master/tools/testing/radix-tree/
H A DMakefile41 clean:
/linux-master/tools/testing/selftests/x86/
H A DMakefile6 .PHONY: all all_32 all_64 warn_32bit_failure clean
/linux-master/usr/include/
H A DMakefile89 clean-files += $(filter-out Makefile headers_check.pl, $(notdir $(wildcard $(obj)/*)))

Completed in 423 milliseconds

1234567891011>>