Home
last modified time | relevance | path

Searched refs:LLC (Results 1 – 25 of 61) sorted by relevance

123

/Linux-v5.10/net/llc/
DKconfig2 config LLC config
7 tristate "ANSI/IEEE 802.2 LLC type 2 Support"
8 select LLC
/Linux-v5.10/tools/testing/selftests/tc-testing/
DMakefile11 LLC ?= llc macro
12 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
30 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
/Linux-v5.10/arch/powerpc/perf/
Dpower8-pmu.c142 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS);
143 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3);
144 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL);
145 CACHE_EVENT_ATTR(LLC-store-misses, PM_L2_ST_MISS);
146 CACHE_EVENT_ATTR(LLC-stores, PM_L2_ST);
Dpower9-pmu.c172 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS);
173 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3);
174 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL);
Dpower10-pmu.c124 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS);
125 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3);
/Linux-v5.10/samples/bpf/
DMakefile212 LLC ?= llc macro
235 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
278 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
280 verify_cmds: $(CLANG) $(LLC)
289 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
290 echo "*** ERROR: LLVM (${LLC}) does not support 'bpf' target" ;\
326 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
DREADME.rst76 'clang' command via redefining LLC or CLANG on the make command line::
78 make M=samples/bpf LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang
95 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
/Linux-v5.10/Documentation/networking/
Dx25.rst22 To confuse matters a little, an 802.2 LLC implementation for Linux is being
26 being served by the LLC will be completely separate from LAPB. The LLC
/Linux-v5.10/tools/testing/selftests/bpf/
DMakefile22 LLC ?= llc macro
250 $(call msg,CLNG-LLC,$(TRUNNER_BINARY),$2)
253 $(LLC) -mattr=dwarfris -march=bpf -mcpu=v3 $4 -filetype=obj -o $2
257 $(call msg,CLNG-LLC,$(TRUNNER_BINARY),$2)
260 $(LLC) -march=bpf -mcpu=v2 $4 -filetype=obj -o $2
267 $(LLC) -march=bpf -mcpu=v3 $4 -filetype=obj -o $2
/Linux-v5.10/net/802/
DKconfig4 select LLC
/Linux-v5.10/arch/arm64/boot/dts/qcom/
Dsc7180-trogdor-lazor-r1.dts5 * Copyright 2020 Google LLC.
Dsc7180-trogdor-lte-sku.dtsi5 * Copyright 2020 Google LLC.
Dsc7180-trogdor-lazor-r1-kb.dts5 * Copyright 2020 Google LLC.
Dsc7180-trogdor-r1-lte.dts5 * Copyright 2020 Google LLC.
Dsc7180-trogdor-lazor-r1-lte.dts5 * Copyright 2020 Google LLC.
Dsc7180-trogdor-lazor-r0.dts5 * Copyright 2020 Google LLC.
Dpm8005.dtsi2 /* Copyright 2018 Google LLC. */
/Linux-v5.10/arch/arm64/boot/dts/freescale/
Dimx8mm-beacon-kit.dts3 * Copyright 2020 Compass Electronics Group, LLC
/Linux-v5.10/arch/arm64/boot/dts/mediatek/
Dmt8183-kukui-krane-sku176.dts3 * Copyright 2019 Google LLC
/Linux-v5.10/arch/arm64/boot/dts/renesas/
Dr8a774a1-beacon-rzg2m-kit.dts3 * Copyright 2020, Compass Electronics Group, LLC
/Linux-v5.10/tools/perf/Documentation/
Dperf-c2c.txt180 LLC Load Hitm - Total, LclHitm, RmtHitm
199 LLC Load Hit - LlcHit, LclHitm
200 - count of LLC load accesses, includes LLC hits and LLC HITMs
/Linux-v5.10/Documentation/networking/device_drivers/fddi/
Ddefza.rst37 all-multi mode is also supported for LLC frames and it is used if
39 supports separate enables for LLC and SMT frames, but this driver
/Linux-v5.10/kernel/bpf/preload/iterators/
DMakefile4 LLC ?= llc macro
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dbiblio.rst347 :author: Digital Content Protection LLC (http://www.digital-cp.com)
358 :author: HDMI Licensing LLC (http://www.hdmi.org)
368 :author: HDMI Licensing LLC (http://www.hdmi.org)
/Linux-v5.10/net/atm/
Dbr2684.c45 #define LLC 0xaa, 0xaa, 0x03 macro
56 { LLC, SNAP_BRIDGED, PID_ETHERNET, PAD_BRIDGED };
58 static const unsigned char llc_oui_ipv4[] = { LLC, SNAP_ROUTED, ETHERTYPE_IPV4 };
59 static const unsigned char llc_oui_ipv6[] = { LLC, SNAP_ROUTED, ETHERTYPE_IPV6 };

123