Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/llc/
DKconfig2 config LLC config
7 tristate "ANSI/IEEE 802.2 LLC type 2 Support"
8 select LLC
/Linux-v5.4/tools/testing/selftests/tc-testing/bpf/
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.4/tools/testing/selftests/bpf/
DMakefile16 LLC ?= llc macro
44 $(LLC) -mattr=+alu32 -mcpu=v3 2>&1 | \
129 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
165 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
215 $(LLC) -march=bpf -mattr=+alu32 -mcpu=$(CPU) $(LLC_FLAGS) \
254 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
262 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
/Linux-v5.4/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.c170 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS);
171 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3);
172 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL);
/Linux-v5.4/samples/bpf/
DMakefile192 LLC ?= llc macro
214 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
255 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
257 verify_cmds: $(CLANG) $(LLC)
266 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
267 echo "*** ERROR: LLVM (${LLC}) does not support 'bpf' target" ;\
293 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
DREADME.rst64 'clang' command via redefining LLC or CLANG on the make command line::
66 make samples/bpf/ LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang
76 make samples/bpf/ LLC=~/git/llvm/build/bin/llc CLANG=~/git/llvm/build/bin/clang
/Linux-v5.4/include/linux/isdn/
Dcapiutil.h127 _cstruct LLC; member
279 _cstruct LLC, in capi_fill_CONNECT_REQ() argument
300 cmsg->LLC = LLC; in capi_fill_CONNECT_REQ()
401 _cstruct LLC, in capi_fill_CONNECT_RESP() argument
417 cmsg->LLC = LLC; in capi_fill_CONNECT_RESP()
/Linux-v5.4/Documentation/networking/
Dx25.txt18 To confuse matters a little, an 802.2 LLC implementation for Linux is being
22 being served by the LLC will be completely separate from LAPB. The LLC
Ddefza.txt31 all-multi mode is also supported for LLC frames and it is used if
33 supports separate enables for LLC and SMT frames, but this driver
/Linux-v5.4/net/802/
DKconfig4 select LLC
/Linux-v5.4/tools/perf/Documentation/
Dperf-c2c.txt172 LLC Load Hitm - Total, Lcl, Rmt
183 LLC Ld Miss
184 - count of all accesses that missed LLC
192 LLC Load Hit - Llc, Rmt
193 - count of LLC and Remote load hits
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dtpk,f07a-0102.txt1 TPK U.S.A. LLC Fusion 7" integrated projected capacitive touch display with,
Dtpk,f10a-0102.txt1 TPK U.S.A. LLC Fusion 10.1" integrated projected capacitive touch display with,
/Linux-v5.4/arch/arm64/boot/dts/qcom/
Dpm8005.dtsi2 /* Copyright 2018 Google LLC. */
Dsdm845-cheza-r3.dts5 * Copyright 2018 Google LLC.
Dpm8998.dtsi2 /* Copyright 2018 Google LLC. */
Dsdm845-cheza-r2.dts5 * Copyright 2018 Google LLC.
Dsdm845-cheza-r1.dts5 * Copyright 2018 Google LLC.
/Linux-v5.4/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 };
/Linux-v5.4/Documentation/media/uapi/v4l/
Dbiblio.rst345 :author: Digital Content Protection LLC (http://www.digital-cp.com)
356 :author: HDMI Licensing LLC (http://www.hdmi.org)
366 :author: HDMI Licensing LLC (http://www.hdmi.org)
/Linux-v5.4/arch/arm/boot/dts/
Drk3288-veyron-edp.dtsi5 * Copyright 2019 Google LLC
/Linux-v5.4/net/bridge/
DKconfig8 select LLC
/Linux-v5.4/drivers/net/appletalk/
DKconfig7 select LLC
/Linux-v5.4/tools/perf/util/
Dparse-events.l352 LLC|L2 |

12