Searched refs:AR (Results 1 - 25 of 34) sorted by last modified time

12

/linux-master/scripts/
H A DMakefile.modpost87 *) $(AR) t $${f} ;; \
H A DMakefile.lib338 quiet_cmd_ar = AR $@
339 cmd_ar = rm -f $@; $(AR) cDPrsT $@ $(real-prereqs)
H A DMakefile.build400 quiet_cmd_ar_builtin = AR $@
403 $(AR) cDPrST $@
/linux-master/arch/powerpc/boot/
H A DMakefile32 BOOTAR := $(AR)
/linux-master/
H A DMakefile489 AR = $(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX) macro
498 AR = $(CROSS_COMPILE)ar macro
606 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
1134 # '$(AR) mPi' needs 'T' to workaround the bug of llvm-ar <= 14
1135 quiet_cmd_ar_vmlinux.a = AR $@
1138 $(AR) cDPrST $@ $(KBUILD_VMLINUX_OBJS); \
1139 $(AR) mPiT $$($(AR) t $@ | sed -n 1p) $@ $$($(AR) t $@ | grep -F -f $(srctree)/scripts/head-object-list.txt)
1982 cmd_gen_compile_commands = $(PYTHON3) $< -a $(AR)
[all...]
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c221 #define AR(a) ._ar = 1, .ar = (a) macro
387 t.run->psw_mask |= 1UL << (63 - 17); /* Enable AR mode */
391 * contains zero. The host makes use of AR[1] so is a good
392 * candidate to ensure the guest AR (of zero) is used.
395 GADDR_V(mem1), AR(1));
399 GADDR_V(mem2), AR(1));
1030 t.run->psw_mask |= 1UL << (63 - 17); /* Enable AR mode */
1032 rv = ERR_MOP(t.vcpu, LOGICAL, WRITE, mem1, t.size, GADDR_V(mem1), AR(17));
1034 t.run->psw_mask &= ~(3UL << (63 - 17)); /* Disable AR mode */
/linux-master/tools/testing/selftests/bpf/
H A DMakefile385 CC="$(HOSTCC)" LD="$(HOSTLD)" AR="$(HOSTAR)" \
/linux-master/tools/bpf/bpftool/
H A DMakefile56 ARCH= CROSS_COMPILE= CC="$(HOSTCC)" LD="$(HOSTLD)" AR="$(HOSTAR)" $@ install_headers
/linux-master/arch/x86/kernel/cpu/mce/
H A Dseverity.c140 PANIC, "Illegal combination (UCNA with AR=1)",
154 /* known AR MCACODs: */
162 AR, "Action required: data load in error recoverable area of kernel",
167 AR, "Action required: data load error in a user process",
172 AR, "Action required: instruction fetch error in a user process",
177 AR, "Data load error in SEAM non-root mode",
183 AR, "Instruction fetch error in SEAM non-root mode",
/linux-master/tools/objtool/
H A DMakefile43 HOST_OVERRIDES := CC="$(HOSTCC)" LD="$(HOSTLD)" AR="$(HOSTAR)"
/linux-master/tools/lib/bpf/
H A DMakefile173 $(QUIET_LINK)$(RM) -f $@; $(AR) rcs $@ $^
/linux-master/tools/verification/rv/
H A DMakefile.rv9 # Allow setting CC and AR, or setting CROSS_COMPILE as a prefix.
11 $(call allow-override,AR,$(CROSS_COMPILE)ar)
16 export CC AR STRIP PKG_CONFIG LD_SO_CONF_PATH LDCONFIG
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla9 # Allow setting CC and AR, or setting CROSS_COMPILE as a prefix.
11 $(call allow-override,AR,$(CROSS_COMPILE)ar)
16 export CC AR STRIP PKG_CONFIG LD_SO_CONF_PATH LDCONFIG
/linux-master/tools/tracing/latency/
H A DMakefile32 export AR := ar macro
/linux-master/tools/scripts/
H A DMakefile.include45 # environment or command line. This is necessary for CC and AR
62 $(call allow-override,AR,$(LLVM_PREFIX)llvm-ar$(LLVM_SUFFIX))
69 $(call allow-override,AR,$(CROSS_COMPILE)ar)
168 QUIET_AR = @echo ' AR '$@;
/linux-master/tools/perf/
H A DMakefile.perf180 # environment or command line. This is necessary for CC and AR
252 export srctree OUTPUT RM CC CXX LD AR CFLAGS CXXFLAGS V BISON FLEX AWK
/linux-master/tools/build/
H A DMakefile.build93 $(LD) -r -o $@ $(filter $(obj-y),$^),rm -f $@; $(AR) rcs $@)
/linux-master/tools/testing/selftests/hid/
H A DMakefile163 CC=$(HOSTCC) LD=$(HOSTLD) AR=$(HOSTAR) \
/linux-master/lib/raid6/test/
H A DMakefile15 AR = ar macro
84 $(AR) cq $@ $^
/linux-master/drivers/rtc/
H A Drtc-at91sam9.c153 alarm = rtt_readl(rtc, AR);
166 rtt_writel(rtc, AR, alarm);
179 u32 alarm = rtt_readl(rtc, AR);
219 rtt_writel(rtc, AR, ALARM_DISABLED);
224 rtt_writel(rtc, AR, secs - offset);
/linux-master/tools/power/cpupower/
H A DMakefile91 AR = $(CROSS)ar macro
111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hw.h2587 uint32_t AR:1; member in struct:__anon127
2595 uint32_t AR:1; member in struct:__anon127
/linux-master/tools/lib/perf/
H A DMakefile125 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIBPERF_IN)
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile21 HOST_OVERRIDES := AR="$(HOSTAR)" CC="$(HOSTCC)" LD="$(HOSTLD)" ARCH="$(HOSTARCH)" \
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.c2834 val = MS_REG_READ(AR, gpio);
3372 "Atheros AR%s Rev:%x",
3378 "Atheros AR%s MAC/BB Rev:%x AR%s RF Rev:%x",

Completed in 597 milliseconds

12