| /linux/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/kernel/inc/vgpu/ |
| A D | rpc_global_enums.h | 11 X(RM, NOP) // 0 12 X(RM, SET_GUEST_SYSTEM_INFO) // 1 13 X(RM, ALLOC_ROOT) // 2 15 X(RM, ALLOC_MEMORY) // 4 16 X(RM, ALLOC_CTX_DMA) // 5 17 X(RM, ALLOC_CHANNEL_DMA) // 6 18 X(RM, MAP_MEMORY) // 7 20 X(RM, ALLOC_OBJECT) // 9 21 X(RM, FREE) //10 22 X(RM, LOG) //11 [all …]
|
| /linux/sound/soc/codecs/ |
| A D | tscs42xx.h | 114 #define RM(m, b) ((m)<<(b)) macro 555 RM(FM_AIC1_BCLKINV, FB_AIC1_BCLKINV) 612 RM(FM_AIC2_DACDSEL, FB_AIC2_DACDSEL) 615 RM(FM_AIC2_ADCDSEL, FB_AIC2_ADCDSEL) 670 RM(FM_CNVRTR0_ADCMU, FB_CNVRTR0_ADCMU) 673 RM(FM_CNVRTR0_HPOR, FB_CNVRTR0_HPOR) 956 RM(FM_PWRM1_DIGENB, FB_PWRM1_DIGENB) 1058 RM(FM_PWRM2_INSELL, FB_PWRM2_INSELL) 1061 RM(FM_PWRM2_INSELR, FB_PWRM2_INSELR) 1152 RM(FM_CONFIG0_ASDM, FB_CONFIG0_ASDM) [all …]
|
| /linux/tools/perf/Documentation/ |
| A D | Makefile | 53 RM ?= rm -f macro 231 $(QUIET_GEN)$(RM) $@+ $@ && \ 245 $(call QUIET_CLEAN, Documentation) $(RM) $(CLEAN_FILES) 248 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \ 263 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \ 271 $(QUIET_XMLTO)$(RM) $@ && \ 275 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \ 285 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \ 296 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \
|
| /linux/tools/lib/subcmd/ |
| A D | Makefile | 16 RM = rm -f macro 81 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(SUBCMD_IN) 115 $(call QUIET_CLEAN, libsubcmd) $(RM) $(LIBFILE); \ 116 find $(or $(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
| /linux/tools/bpf/runqslower/ |
| A D | Makefile | 46 $(Q)$(RM) -r $(BPFOBJ_OUTPUT) $(BPFTOOL_OUTPUT) 47 $(Q)$(RM) $(OUTPUT)*.o $(OUTPUT)*.d 48 $(Q)$(RM) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h 49 $(Q)$(RM) $(OUTPUT)runqslower 50 $(Q)$(RM) -r .output
|
| /linux/tools/bpf/bpftool/Documentation/ |
| A D | Makefile | 5 RM ?= rm -f macro 47 $(Q)$(RM) $(DOC_MAN8) 56 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
|
| /linux/Documentation/tools/rtla/ |
| A D | Makefile | 5 RM ?= rm -f macro 42 $(RM) $(DOC_MAN1) 49 $(RM) $(addprefix $(DESTDIR)$(MAN1DIR)/,$(_DOC_MAN1))
|
| /linux/Documentation/tools/rv/ |
| A D | Makefile | 4 RM ?= rm -f macro 41 $(RM) $(DOC_MAN1) 48 $(RM) $(addprefix $(DESTDIR)$(MAN1DIR)/,$(_DOC_MAN1))
|
| /linux/tools/lib/symbol/ |
| A D | Makefile | 79 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(SYMBOL_IN) 113 $(call QUIET_CLEAN, libsymbol) $(RM) $(LIBFILE); \ 114 find $(or $(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
| /linux/tools/bpf/bpftool/ |
| A D | Makefile | 97 RM ?= rm -f macro 257 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d 258 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h 259 $(Q)$(RM) -r -- $(LIBBPF_OUTPUT) $(BOOTSTRAP_OUTPUT) 261 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool 262 $(Q)$(RM) -r -- $(OUTPUT)feature/ 275 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool 276 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
|
| /linux/tools/lib/api/ |
| A D | Makefile | 78 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(API_IN) 124 $(call QUIET_CLEAN, libapi) $(RM) $(LIBFILE); \ 125 find $(or $(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
|
| /linux/tools/testing/selftests/bpf/ |
| A D | Makefile.docs | 7 RM ?= rm -f 60 $(Q)$(RM) $$(DOC_MAN$2) $(OUTPUT)bpf-$1.rst 69 $(Q)$(RM) $$(addprefix $(DESTDIR)$$(man$2dir)/,$$(_DOC_MAN$2))
|
| /linux/tools/perf/ |
| A D | Makefile.perf | 225 RM = rm -f 768 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $< 951 $(Q)$(RM) -r -- $(LIBAPI_OUTPUT) 960 $(Q)$(RM) -r -- $(LIBBPF_OUTPUT) 969 $(Q)$(RM) -r -- $(LIBPERF_OUTPUT) 978 $(Q)$(RM) -r -- $(LIBSUBCMD_OUTPUT) 987 $(Q)$(RM) -r -- $(LIBSYMBOL_OUTPUT) 1032 $(QUIET_GEN)$(RM) TAGS; \ 1036 $(QUIET_GEN)$(RM) tags; \ 1040 $(QUIET_GEN)$(RM) cscope*; \ [all …]
|
| /linux/tools/arch/arm64/tools/ |
| A D | Makefile | 14 RM ?= rm macro 36 $(Q)$(RM) -rf $(arm64_generated_dir)
|
| /linux/tools/objtool/ |
| A D | Makefile | 89 $(Q)$(RM) -r -- $(LIBSUBCMD_OUTPUT) 92 $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL) 94 $(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep
|
| /linux/arch/m68k/fpsp040/ |
| A D | bindec.S | 175 fmovel #rm_mode,%FPCR |set RM and ext 346 | RZ 01 1 0 10/2 RM 347 | RZ 01 1 1 10/2 RM 348 | RM 10 0 0 11/3 RP 349 | RM 10 0 1 10/2 RM 350 | RM 10 1 0 10/2 RM 351 | RM 10 1 1 11/3 RP 352 | RP 11 0 0 10/2 RM 355 | RP 11 1 1 10/2 RM 673 fmovel #rm_mode,%FPCR |set rmode to RM [all …]
|
| /linux/arch/arm64/boot/dts/toshiba/ |
| A D | tmpv7708-rm-mbrc.dts | 3 * Device Tree File for TMPV7708 RM main board 14 model = "Toshiba TMPV7708 RM main board";
|
| /linux/drivers/comedi/drivers/ni_routing/tools/ |
| A D | Makefile | 70 $(RM) -rf comedi_h.py ni_values.py convert_c_to_py all_cfiles.c *.pyc \ 74 $(RM) -rf c/ csv/ linux/
|
| /linux/tools/bpf/ |
| A D | Makefile | 97 $(Q)$(RM) -r -- $(OUTPUT)*.o $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg \ 100 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpf 101 $(Q)$(RM) -r -- $(OUTPUT)feature
|
| /linux/tools/lib/bpf/ |
| A D | Makefile | 4 RM ?= rm macro 180 $(QUIET_LINK)$(RM) -f $@; $(AR) rcs $@ $^ 274 $(call QUIET_CLEAN, libbpf) $(RM) -rf $(CMD_TARGETS) \ 288 $(RM) -f TAGS tags
|
| /linux/tools/testing/selftests/ |
| A D | lib.mk | 188 ifeq ($(RM),) 189 RM := rm -f 193 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
|
| /linux/Documentation/litmus-tests/ |
| A D | README | 53 RM-broken.litmus 65 RM-fixed.litmus 66 The counterpart to RM-broken.litmus, showing P0()'s two loads from
|
| /linux/tools/bpf/resolve_btfids/ |
| A D | Makefile | 24 RM ?= rm macro 101 $(Q)$(RM) -rf $(clean_objects)
|
| /linux/tools/firmware/ |
| A D | Makefile | 11 $(RM) ihex2fw
|
| /linux/tools/leds/ |
| A D | Makefile | 11 $(RM) uledmon led_hw_brightness_mon
|