Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/net/llc/
A DKconfig2 config LLC config
6 tristate "ANSI/IEEE 802.2 LLC type 2 Support"
7 select LLC
/linux-6.3-rc2/samples/hid/
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-6.3-rc2/arch/powerpc/perf/
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);
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);
/linux-6.3-rc2/tools/testing/selftests/tc-testing/
A 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.3-rc2/Documentation/devicetree/bindings/perf/
A 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.3-rc2/samples/bpf/
A DMakefile223 LLC ?= llc macro
247 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris)
304 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC)
306 verify_cmds: $(CLANG) $(LLC)
315 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \
316 echo "*** ERROR: LLVM (${LLC}) does not support 'bpf' target" ;\
447 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
A DREADME.rst82 'clang' command via redefining LLC or CLANG on the make command line::
84 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b…
101 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
/linux-6.3-rc2/net/802/
A DKconfig4 select LLC
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dsc7280-herobrine-nvme-sku.dtsi5 * Copyright 2022 Google LLC.
A Dsc7180-trogdor-coachz-r3.dts5 * Copyright 2021 Google LLC.
A Dsc7180-trogdor-pompom-r3.dts5 * Copyright 2021 Google LLC.
A Dsc7280-herobrine-evoker.dts5 * Copyright 2022 Google LLC.
A Dsc7280-herobrine-zombie.dts5 * Copyright 2022 Google LLC.
/linux-6.3-rc2/arch/arm64/boot/dts/mediatek/
A Dmt8183-kukui-audio-max98357a.dtsi5 * Copyright 2020 Google LLC.
A Dmt8183-kukui-audio-rt1015p.dtsi5 * Copyright 2020 Google LLC.
A Dmt8183-kukui-audio-da7219-max98357a.dtsi5 * Copyright 2019 Google LLC.
A Dmt8183-kukui-audio-da7219-rt1015p.dtsi5 * Copyright 2020 Google LLC.
A Dmt8183-kukui-audio-ts3a227e-max98357a.dtsi5 * Copyright 2020 Google LLC.
A Dmt8183-kukui-audio-ts3a227e-rt1015p.dtsi5 * Copyright 2021 Google LLC.
A Dmt8192-asurada-audio-rt1015p-rt5682.dtsi3 * Copyright 2020 Google LLC
A Dmt8183-kukui-jacuzzi-juniper-sku16.dts3 * Copyright 2021 Google LLC
A Dmt8183-kukui-jacuzzi-kenzo.dts3 * Copyright 2021 Google LLC
A Dmt8183-kukui-jacuzzi-willow-sku0.dts3 * Copyright 2021 Google LLC
A Dmt8183-kukui-jacuzzi-willow-sku1.dts3 * Copyright 2021 Google LLC

Completed in 23 milliseconds

123456789