Home
last modified time | relevance | path

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

123456789

/linux/net/llc/
H A DKconfig2 config LLC config
6 tristate "ANSI/IEEE 802.2 LLC type 2 Support"
7 select LLC
/linux/samples/hid/
H A DMakefile61 LLC ?= llc macro
85 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
136 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
138 verify_cmds: $(CLANG) $(LLC)
147 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
148 echo "*** ERROR: LLVM (${LLC}) does not support 'bpf' target" ;\
247 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am6xx-phycore-disable-spi-nor.dtso3 * Copyright (C) 2023 PHYTEC America, LLC
6 * Copyright (C) 2024 PHYTEC America, LLC
H A Dk3-am6xx-phycore-disable-rtc.dtso3 * Copyright (C) 2023 PHYTEC America, LLC
6 * Copyright (C) 2024 PHYTEC America, LLC
H A Dk3-am6xx-phycore-disable-eth-phy.dtso3 * Copyright (C) 2023 PHYTEC America, LLC
6 * Copyright (C) 2024 PHYTEC America, LLC
H A Dk3-am642-phyboard-electra-pcie-usb2.dtso5 * Copyright (C) 2021 PHYTEC America, LLC - https://www.phytec.com
8 * Copyright (C) 2024 PHYTEC America, LLC - https://www.phytec.com
/linux/arch/powerpc/perf/
H A 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);
H A Dpower10-pmu.c140 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS);
141 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3);
142 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PF_MISS_L3);
143 CACHE_EVENT_ATTR(LLC-store-misses, PM_L2_ST_MISS);
144 CACHE_EVENT_ATTR(LLC-stores, PM_L2_ST);
H A Dpower9-pmu.c184 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS);
185 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3);
186 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL);
/linux/samples/bpf/
H A DMakefile178 LLC ?= llc macro
202 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
260 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
262 verify_cmds: $(CLANG) $(LLC)
271 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
272 echo "*** ERROR: LLVM (${LLC}) does not support 'bpf' target" ;\
389 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
H A DREADME.rst92 'clang' command via redefining LLC or CLANG on the make command line::
94 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
111 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
/linux/drivers/android/tests/
H A D.kunitconfig2 # Copyright 2025 Google LLC.
/linux/net/802/
H A DKconfig4 select LLC
/linux/Documentation/networking/net_cachelines/
H A Dindex.rst2 .. Copyright (C) 2023 Google LLC
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine-nvme-sku.dtsi5 * Copyright 2022 Google LLC.
H A Dsc7180-trogdor-pompom-r3.dts5 * Copyright 2021 Google LLC.
H A Dsc7180-trogdor-coachz-r3.dts5 * Copyright 2021 Google LLC.
H A Dsc7180-trogdor-clamshell.dtsi5 * Copyright 2024 Google LLC.
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-audio-max98357a.dtsi5 * Copyright 2020 Google LLC.
H A Dmt8183-kukui-audio-rt1015p.dtsi5 * Copyright 2020 Google LLC.
H A Dmt8183-kukui-audio-da7219-max98357a.dtsi5 * Copyright 2019 Google LLC.
H A Dmt8183-kukui-audio-da7219-rt1015p.dtsi5 * Copyright 2020 Google LLC.
H A Dmt8183-kukui-audio-ts3a227e-max98357a.dtsi5 * Copyright 2020 Google LLC.
H A Dmt8186-corsola-ponyta-sku0.dts3 * Copyright 2023 Google LLC
/linux/Documentation/networking/
H A Dx25.rst22 To confuse matters a little, an 802.2 LLC implementation is also possible
26 being served by the LLC would be completely separate from LAPB.

123456789