Searched refs:LLC (Results 1 – 25 of 191) sorted by relevance
12345678
/linux-6.6.21/net/llc/ |
D | Kconfig | 2 config LLC config 6 tristate "ANSI/IEEE 802.2 LLC type 2 Support" 7 select LLC
|
/linux-6.6.21/samples/hid/ |
D | Makefile | 61 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/ |
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 | power10-pmu.c | 140 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/ |
D | Makefile | 10 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/ |
D | Makefile | 194 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 $@
|
D | README.rst | 92 '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/ |
D | marvell-cn10k-tad.yaml | 7 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/ |
D | Kconfig | 4 select LLC
|
/linux-6.6.21/arch/arm64/boot/dts/qcom/ |
D | sc7280-herobrine-nvme-sku.dtsi | 5 * Copyright 2022 Google LLC.
|
D | sc7180-trogdor-coachz-r3.dts | 5 * Copyright 2021 Google LLC.
|
D | sc7180-trogdor-pompom-r3.dts | 5 * Copyright 2021 Google LLC.
|
D | sc7280-herobrine-zombie.dts | 5 * Copyright 2022 Google LLC.
|
D | sc7280-herobrine-evoker.dts | 5 * Copyright 2022 Google LLC.
|
D | sc7280-herobrine-villager-r0.dts | 5 * Copyright 2022 Google LLC.
|
/linux-6.6.21/arch/arm64/boot/dts/mediatek/ |
D | mt8183-kukui-audio-max98357a.dtsi | 5 * Copyright 2020 Google LLC.
|
D | mt8183-kukui-audio-rt1015p.dtsi | 5 * Copyright 2020 Google LLC.
|
D | mt8183-kukui-audio-da7219-max98357a.dtsi | 5 * Copyright 2019 Google LLC.
|
D | mt8183-kukui-audio-da7219-rt1015p.dtsi | 5 * Copyright 2020 Google LLC.
|
D | mt8183-kukui-audio-ts3a227e-max98357a.dtsi | 5 * Copyright 2020 Google LLC.
|
D | mt8183-kukui-audio-ts3a227e-rt1015p.dtsi | 5 * Copyright 2021 Google LLC.
|
D | mt8192-asurada-audio-rt1015p-rt5682.dtsi | 3 * Copyright 2020 Google LLC
|
D | mt8183-kukui-jacuzzi-willow-sku1.dts | 3 * Copyright 2021 Google LLC
|
D | mt8183-kukui-jacuzzi-kenzo.dts | 3 * Copyright 2021 Google LLC
|
D | mt8183-kukui-jacuzzi-willow-sku0.dts | 3 * Copyright 2021 Google LLC
|
12345678