/linux/tools/include/linux/ |
A D | filter.h | 38 .src_reg = SRC, \ 46 .src_reg = SRC, \ 84 .src_reg = SRC, \ 92 .src_reg = SRC, \ 120 .src_reg = SRC, \ 128 .src_reg = SRC, \ 148 .src_reg = SRC, \ 158 .src_reg = SRC, \ 168 .src_reg = SRC, \ 191 .src_reg = SRC, \ [all …]
|
/linux/samples/bpf/ |
A D | bpf_insn.h | 14 .src_reg = SRC, \ 22 .src_reg = SRC, \ 50 .src_reg = SRC, \ 58 .src_reg = SRC, \ 88 .src_reg = SRC, \ 123 .src_reg = SRC, \ 133 .src_reg = SRC, \ 156 .src_reg = SRC, \ 179 .src_reg = SRC, \ 189 .src_reg = SRC, \ [all …]
|
/linux/tools/testing/selftests/net/ |
A D | veth.sh | 6 readonly SRC=2 9 readonly NS_SRC=$BASE$SRC 43 for ns in $SRC $DST; do 228 chk_gro_flag "default - gro flag" $SRC off 230 chk_tso_flag " - tso flag" $SRC on 241 chk_tso_flag " - tso flag" $SRC on 255 chk_tso_flag " - tso flag" $SRC on 324 ip -n $NS_SRC link set dev veth$SRC down 332 chk_tso_flag " - tso flag" $SRC on 341 ip -n $NS_SRC link set dev veth$SRC up [all …]
|
A D | udpgro_fwd.sh | 5 readonly SRC=2 8 readonly NS_SRC=$BASE$SRC 41 ip link add name veth$SRC type veth peer name veth$DST 43 for ns in $SRC $DST; do 71 for ns in $SRC $DST; do 76 for ns in $SRC $DST; do
|
/linux/arch/x86/crypto/ |
A D | aegis128-aesni-asm.S | 24 #define SRC %rdx macro 84 add SRC, %r8 94 add SRC, %r8 105 add SRC, %r8 119 add SRC, %r8 248 mov SRC, %r8 289 add $0x50, SRC 329 add $0x50, SRC 418 mov SRC, %r8 431 add $0x50, SRC [all …]
|
/linux/include/linux/ |
A D | filter.h | 96 .src_reg = SRC, \ 104 .src_reg = SRC, \ 142 .src_reg = SRC, \ 150 .src_reg = SRC, \ 194 .src_reg = SRC, \ 214 .src_reg = SRC, \ 222 .src_reg = SRC, \ 242 .src_reg = SRC, \ 252 .src_reg = SRC, \ 262 .src_reg = SRC, \ [all …]
|
/linux/arch/arc/lib/ |
A D | memcpy-archs-unaligned.S | 13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|
A D | memcpy-archs.S | 26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 31 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|
/linux/Documentation/devicetree/bindings/clock/ |
A D | st,nomadik.txt | 1 ST Microelectronics Nomadik SRC System Reset and Control 6 The Nomadik SRC controller is responsible of controlling chrystals, 9 Required properties for the SRC node: 11 - reg: must contain the SRC register base and size 13 Optional properties for the SRC node:
|
/linux/Documentation/devicetree/bindings/reset/ |
A D | fsl,imx-src.yaml | 15 nodes should specify the reset line on the SRC in their resets 16 property, containing a phandle to the SRC device node and a 59 - description: SRC interrupt 60 - description: CPU WDOG interrupts out of SRC
|
/linux/scripts/ |
A D | objdiff | 97 SRC="`git rev-parse --short HEAD^`" 100 SRC="`git rev-parse --short $1`" 110 SRCD="$TMPD/$SRC"
|
/linux/sound/pci/ctxfi/ |
A D | ctresource.c | 97 [SRC] = 0x1, 149 case SRC: in rsc_init() 178 case SRC: in rsc_uninit() 216 case SRC: in rsc_mgr_init() 261 case SRC: in rsc_mgr_uninit()
|
A D | ctatc.c | 113 [SRC] = { .create = (create_t)src_mgr_create, 242 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_playback_prepare() 320 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_release_resources() 502 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_capture_get_resources() 725 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in atc_pcm_capture_start() 785 struct src_mgr *src_mgr = atc->rsc_mgrs[SRC]; in spdif_passthru_playback_get_resources() 1190 src_mgr = atc->rsc_mgrs[SRC]; in atc_release_resources() 1410 src_mgr = atc->rsc_mgrs[SRC]; in atc_get_resources() 1507 atc_connect_dai(atc->rsc_mgrs[SRC], dai, in atc_connect_resources() 1518 atc_connect_dai(atc->rsc_mgrs[SRC], dai, in atc_connect_resources() [all …]
|
A D | ctresource.h | 21 SRC, enumerator
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | renesas,rsnd.txt | 11 - SRC : Sampling Rate Converter 34 See datasheet to check SRC/CTU/MIX/DVC connect-limitation. 59 * SRC (Sampling Rate Converter) 63 ------> [SRC] ------> 65 SRC can convert [xx]Hz to [yy]Hz. Then, it has below 2 modes 85 > amixer set "SRC Out Rate" on 87 > amixer set "SRC Out Rate" 48000 88 > amixer set "SRC Out Rate" 44100
|
/linux/kernel/bpf/ |
A D | core.c | 55 #define SRC regs[insn->src_reg] macro 1438 DST = DST OP SRC; \ in ___bpf_prog_run() 1466 DST = (u32) SRC; in ___bpf_prog_run() 1472 DST = SRC; in ___bpf_prog_run() 1510 DST = div64_u64(DST, SRC); in ___bpf_prog_run() 1514 do_div(AX, (u32) SRC); in ___bpf_prog_run() 1692 (u32) SRC, \ in ___bpf_prog_run() 1696 (u64) SRC, \ in ___bpf_prog_run() 1711 SRC = (u32) atomic_xchg( in ___bpf_prog_run() 1713 (u32) SRC); in ___bpf_prog_run() [all …]
|
/linux/arch/sh/kernel/cpu/sh2a/ |
A D | setup-sh7203.c | 38 SRC, IEBI, enumerator 125 INTC_IRQ(SRC, 244), INTC_IRQ(SRC, 245), 126 INTC_IRQ(SRC, 246), 161 { 0xfffe0c16, 0, 16, 4, /* IPR17 */ { RCAN1, SRC, IEBI, 0 } },
|
/linux/drivers/net/ |
A D | LICENSE.SRC | 9 In addition to the disclaimers in the GPL, SRC expressly disclaims any 11 This software was developed at SRC for use in internal research, and the
|
/linux/tools/perf/Documentation/ |
A D | perf-probe.txt | 160 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...] 163 [[GROUP:]EVENT=]SRC:ALN [ARG ...] 166 [[GROUP:]EVENT=]SRC;PTN [ARG ...] 176 …that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source… 177 …nt by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' … 217 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]" 221 probe syntax, 'SRC' means the source file path, 'ALN' is start line number, 223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good
|
/linux/drivers/net/ethernet/intel/iavf/ |
A D | iavf_adv_rss.c | 19 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV4, SRC); in iavf_fill_adv_rss_ip4_hdr() 36 VIRTCHNL_ADD_PROTO_HDR_FIELD_BIT(hdr, IPV6, SRC); in iavf_fill_adv_rss_ip6_hdr()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_sock_addr.c | 825 #define STORE_IPV6_WORD_N(DST, SRC, N) \ in sendmsg6_rw_dst_asm_prog_load() argument 826 BPF_MOV32_IMM(BPF_REG_7, SRC[N]), \ in sendmsg6_rw_dst_asm_prog_load() 830 #define STORE_IPV6(DST, SRC) \ in sendmsg6_rw_dst_asm_prog_load() argument 831 STORE_IPV6_WORD_N(DST, SRC, 0), \ in sendmsg6_rw_dst_asm_prog_load() 832 STORE_IPV6_WORD_N(DST, SRC, 1), \ in sendmsg6_rw_dst_asm_prog_load() 833 STORE_IPV6_WORD_N(DST, SRC, 2), \ in sendmsg6_rw_dst_asm_prog_load() 834 STORE_IPV6_WORD_N(DST, SRC, 3) in sendmsg6_rw_dst_asm_prog_load()
|
/linux/Documentation/virt/kvm/devices/ |
A D | mpic.rst | 51 the main array of interrupt sources (a.k.a. "SRC" interrupts). 58 Access to non-SRC interrupts is not implemented through IRQ routing mechanisms.
|
/linux/arch/sh/kernel/cpu/sh4a/ |
A D | setup-sh7770.c | 354 TMU, DMAC, I2S, SRC, GFX3D, SPI, SCIF, BBDMAC, enumerator 411 INTC_GROUP(SRC, SRC_RX, SRC_TX, SRC_SPDIF), 424 GPS, CAN, ATAPI, USB, YUV, REMOTE, VIDEO_IN, DU, SRC, I2S, 431 { 0xffe00008, 0, 32, 8, /* INT2PRI2 */ { DMAC, I2S, SRC, DU } },
|
/linux/Documentation/kbuild/ |
A D | kconfig-macro-language.rst | 17 SRC := foo.c 20 $(APP): $(SRC) 21 $(CC) -o $(APP) $(SRC)
|
/linux/Documentation/devicetree/bindings/hwmon/ |
A D | adt7475.yaml | 20 series resistance cancellation (SRC)).
|