/Linux-v5.10/net/llc/ |
D | Kconfig | 2 config LLC config 7 tristate "ANSI/IEEE 802.2 LLC type 2 Support" 8 select LLC
|
/Linux-v5.10/tools/testing/selftests/tc-testing/ |
D | Makefile | 11 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/ |
D | power8-pmu.c | 142 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);
|
D | power9-pmu.c | 172 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);
|
D | power10-pmu.c | 124 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/ |
D | Makefile | 212 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 $@
|
D | README.rst | 76 '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/ |
D | x25.rst | 22 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/ |
D | Makefile | 22 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/ |
D | Kconfig | 4 select LLC
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-lazor-r1.dts | 5 * Copyright 2020 Google LLC.
|
D | sc7180-trogdor-lte-sku.dtsi | 5 * Copyright 2020 Google LLC.
|
D | sc7180-trogdor-lazor-r1-kb.dts | 5 * Copyright 2020 Google LLC.
|
D | sc7180-trogdor-r1-lte.dts | 5 * Copyright 2020 Google LLC.
|
D | sc7180-trogdor-lazor-r1-lte.dts | 5 * Copyright 2020 Google LLC.
|
D | sc7180-trogdor-lazor-r0.dts | 5 * Copyright 2020 Google LLC.
|
D | pm8005.dtsi | 2 /* Copyright 2018 Google LLC. */
|
/Linux-v5.10/arch/arm64/boot/dts/freescale/ |
D | imx8mm-beacon-kit.dts | 3 * Copyright 2020 Compass Electronics Group, LLC
|
/Linux-v5.10/arch/arm64/boot/dts/mediatek/ |
D | mt8183-kukui-krane-sku176.dts | 3 * Copyright 2019 Google LLC
|
/Linux-v5.10/arch/arm64/boot/dts/renesas/ |
D | r8a774a1-beacon-rzg2m-kit.dts | 3 * Copyright 2020, Compass Electronics Group, LLC
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-c2c.txt | 180 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/ |
D | defza.rst | 37 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/ |
D | Makefile | 4 LLC ?= llc macro
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | biblio.rst | 347 :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/ |
D | br2684.c | 45 #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 };
|