/Linux-v5.4/net/llc/ |
D | Kconfig | 2 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/ |
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.4/tools/testing/selftests/bpf/ |
D | Makefile | 16 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/ |
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 | 170 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/ |
D | Makefile | 192 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 $@
|
D | README.rst | 64 '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/ |
D | capiutil.h | 127 _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/ |
D | x25.txt | 18 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
|
D | defza.txt | 31 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/ |
D | Kconfig | 4 select LLC
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-c2c.txt | 172 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/ |
D | tpk,f07a-0102.txt | 1 TPK U.S.A. LLC Fusion 7" integrated projected capacitive touch display with,
|
D | tpk,f10a-0102.txt | 1 TPK U.S.A. LLC Fusion 10.1" integrated projected capacitive touch display with,
|
/Linux-v5.4/arch/arm64/boot/dts/qcom/ |
D | pm8005.dtsi | 2 /* Copyright 2018 Google LLC. */
|
D | sdm845-cheza-r3.dts | 5 * Copyright 2018 Google LLC.
|
D | pm8998.dtsi | 2 /* Copyright 2018 Google LLC. */
|
D | sdm845-cheza-r2.dts | 5 * Copyright 2018 Google LLC.
|
D | sdm845-cheza-r1.dts | 5 * Copyright 2018 Google LLC.
|
/Linux-v5.4/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 };
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | biblio.rst | 345 :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/ |
D | rk3288-veyron-edp.dtsi | 5 * Copyright 2019 Google LLC
|
/Linux-v5.4/net/bridge/ |
D | Kconfig | 8 select LLC
|
/Linux-v5.4/drivers/net/appletalk/ |
D | Kconfig | 7 select LLC
|
/Linux-v5.4/tools/perf/util/ |
D | parse-events.l | 352 LLC|L2 |
|