Home
last modified time | relevance | path

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

12345678

/linux-6.6.21/net/llc/
DKconfig2 config LLC config
6 tristate "ANSI/IEEE 802.2 LLC type 2 Support"
7 select LLC
/linux-6.6.21/samples/hid/
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-6.6.21/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);
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);
/linux-6.6.21/tools/testing/selftests/tc-testing/
DMakefile10 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1)
28 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
/linux-6.6.21/samples/bpf/
DMakefile194 LLC ?= llc macro
218 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
275 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
277 verify_cmds: $(CLANG) $(LLC)
286 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
287 echo "*** ERROR: LLVM (${LLC}) does not support 'bpf' target" ;\
401 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
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-6.6.21/Documentation/devicetree/bindings/perf/
Dmarvell-cn10k-tad.yaml7 title: Marvell CN10K LLC-TAD performance monitor
14 shared on-chip last level cache (LLC). The tad pmu measures the
/linux-6.6.21/net/802/
DKconfig4 select LLC
/linux-6.6.21/arch/arm64/boot/dts/qcom/
Dsc7280-herobrine-nvme-sku.dtsi5 * Copyright 2022 Google LLC.
Dsc7180-trogdor-coachz-r3.dts5 * Copyright 2021 Google LLC.
Dsc7180-trogdor-pompom-r3.dts5 * Copyright 2021 Google LLC.
Dsc7280-herobrine-zombie.dts5 * Copyright 2022 Google LLC.
Dsc7280-herobrine-evoker.dts5 * Copyright 2022 Google LLC.
Dsc7280-herobrine-villager-r0.dts5 * Copyright 2022 Google LLC.
/linux-6.6.21/arch/arm64/boot/dts/mediatek/
Dmt8183-kukui-audio-max98357a.dtsi5 * Copyright 2020 Google LLC.
Dmt8183-kukui-audio-rt1015p.dtsi5 * Copyright 2020 Google LLC.
Dmt8183-kukui-audio-da7219-max98357a.dtsi5 * Copyright 2019 Google LLC.
Dmt8183-kukui-audio-da7219-rt1015p.dtsi5 * Copyright 2020 Google LLC.
Dmt8183-kukui-audio-ts3a227e-max98357a.dtsi5 * Copyright 2020 Google LLC.
Dmt8183-kukui-audio-ts3a227e-rt1015p.dtsi5 * Copyright 2021 Google LLC.
Dmt8192-asurada-audio-rt1015p-rt5682.dtsi3 * Copyright 2020 Google LLC
Dmt8183-kukui-jacuzzi-willow-sku1.dts3 * Copyright 2021 Google LLC
Dmt8183-kukui-jacuzzi-kenzo.dts3 * Copyright 2021 Google LLC
Dmt8183-kukui-jacuzzi-willow-sku0.dts3 * Copyright 2021 Google LLC

12345678