Home
last modified time | relevance | path

Searched full:basic (Results 1 – 25 of 2016) sorted by relevance

12345678910>>...81

/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dbasic.json4 "name": "Add basic filter with cmp ematch u8/link layer and default action",
7 "basic"
15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
18 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at…
26 "name": "Add basic filter with cmp ematch u8/link layer with trans flag and default action",
29 "basic"
37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
40 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at…
[all …]
/linux/tools/testing/selftests/mseal_system_mappings/
H A Dsysmap_is_sealed.c49 FIXTURE(basic) { in FIXTURE() argument
53 FIXTURE_SETUP(basic) in FIXTURE_SETUP() argument
61 FIXTURE_TEARDOWN(basic) in FIXTURE_TEARDOWN() argument
67 FIXTURE_VARIANT(basic) in FIXTURE_VARIANT() argument
73 FIXTURE_VARIANT_ADD(basic, vdso) { in FIXTURE_VARIANT_ADD() argument
78 FIXTURE_VARIANT_ADD(basic, vvar) { in FIXTURE_VARIANT_ADD() argument
83 FIXTURE_VARIANT_ADD(basic, vvar_vclock) { in FIXTURE_VARIANT_ADD() argument
88 FIXTURE_VARIANT_ADD(basic, sigpage) { in FIXTURE_VARIANT_ADD() argument
93 FIXTURE_VARIANT_ADD(basic, vectors) { in FIXTURE_VARIANT_ADD() argument
98 FIXTURE_VARIANT_ADD(basic, uprobes) { in FIXTURE_VARIANT_ADD() argument
[all …]
/linux/tools/perf/util/
H A Ds390-cpumsf.c240 /* Display s390 CPU measurement facility basic-sampling data entry
247 struct hws_basic_entry *basic = basicp; in s390_cpumsf_basic_show() local
265 basic = &local; in s390_cpumsf_basic_show()
267 if (basic->def != 1) { in s390_cpumsf_basic_show()
268 pr_err("Invalid AUX trace basic entry [%#08zx]\n", pos); in s390_cpumsf_basic_show()
271 color_fprintf(stdout, color, " [%#08zx] Basic Def:%04x Inst:%#04x" in s390_cpumsf_basic_show()
274 pos, basic->def, basic->U, in s390_cpumsf_basic_show()
275 basic->T ? 'T' : ' ', in s390_cpumsf_basic_show()
276 basic->W ? 'W' : ' ', in s390_cpumsf_basic_show()
277 basic->P ? 'P' : ' ', in s390_cpumsf_basic_show()
[all …]
H A Dannotate.h225 * struct cyc_hist - (CPU) cycle histogram for a basic block
228 * @cycles: Sum of cycles for the longest basic block.
232 * @cycles_spark: History of cycles for the longest basic block.
233 * @num: Number of samples for the longest basic block.
238 * If sample has branch_stack and cycles info, it can construct basic blocks
241 * accounted at the end address. If multiple basic blocks end at the same
317 * struct annotated_branch - basic block and IPC information for a symbol.
324 * @max_coverage: Maximum number of covered basic block (used for block-range).
331 * basic block ends at the given address.
332 * process_basic_block() calculates coverage of instructions (or basic blocks)
[all …]
/linux/tools/perf/tests/shell/
H A Ddiff.sh56 echo "Basic two file diff test"
70 echo "Basic two file diff test [Failed diff]"
74 echo "Basic two file diff test [Success]"
78 echo "Basic three file diff test"
97 echo "Basic three file diff test [Failed diff]"
101 echo "Basic three file diff test [Success]"
H A Dtest_bpf_metadata.sh27 echo "Basic BPF metadata test [skipping - not supported]"
32 # This is a basic invocation of perf record
37 echo "Basic BPF metadata test [Failed record]"
66 echo "Basic BPF metadata test [Failed invalid output]"
70 echo "Basic BPF metadata test [Success]"
H A Drecord_bpf_filter.sh42 echo "Basic bpf-filter test"
47 echo "Basic bpf-filter test [Failed record]"
55 echo "Basic bpf-filter test [Skipped unsupported kernel]"
59 echo "Basic bpf-filter test [Failed invalid output]"
63 echo "Basic bpf-filter test [Success]"
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c71 { XE_RTP_NAME("basic-1"),
75 { XE_RTP_NAME("basic-2"),
91 { XE_RTP_NAME("basic-1"),
95 { XE_RTP_NAME("basic-2"),
165 { XE_RTP_NAME("basic-1"),
169 { XE_RTP_NAME("basic-2"),
185 { XE_RTP_NAME("basic-1"),
189 { XE_RTP_NAME("basic-2"),
205 { XE_RTP_NAME("basic-1"),
209 { XE_RTP_NAME("basic-2"),
[all …]
/linux/kernel/configs/
H A Dhardening.config1 # Help: Basic kernel hardening options
3 # These are considered the basic kernel hardening, self-protection, and
11 # Basic kernel memory permission enforcement.
34 # Basic stack frame overflow protection.
38 # Basic buffer length bounds checking.
42 # Basic array index bounds checking.
/linux/tools/testing/selftests/cpufreq/
H A Dmain.sh13 FUNC=basic # do basic tests by default
24 [-t <basic: Basic cpufreq testing
81 t) # --func_type (Function to perform: basic, suspend, hibernate,
82 # suspend_rtc, hibernate_rtc, modtest, sptest1/2/3/4 (default: basic))
115 "basic")
H A Dmodule.sh17 # Check basic insmod/rmmod
40 # Insert cpufreq driver module and perform basic tests
67 # run basic tests
95 # test basic module tests
153 # Insert cpufreq governor module and perform basic tests
166 # test basic module tests
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am6528-iot2050-basic.dts9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 1
18 #include "k3-am6528-iot2050-basic-common.dtsi"
22 compatible = "siemens,iot2050-basic", "ti,am654";
23 model = "SIMATIC IOT2050 Basic";
H A Dk3-am6528-iot2050-basic-pg2.dts9 * AM6528-based (dual-core) IOT2050 Basic variant, Product Generation 2
18 #include "k3-am6528-iot2050-basic-common.dtsi"
24 compatible = "siemens,iot2050-basic-pg2", "ti,am654";
25 model = "SIMATIC IOT2050 Basic PG2";
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_spl_translate.c101 // Populate spl input basic input clip rect from plane state clip rect in translate_SPL_in_params_from_pipe_ctx()
103 // Populate spl input basic out src rect from stream src rect in translate_SPL_in_params_from_pipe_ctx()
105 // Populate spl input basic out dst rect from stream dst rect in translate_SPL_in_params_from_pipe_ctx()
107 // Make spl input basic input info rotation field point to plane state rotation in translate_SPL_in_params_from_pipe_ctx()
109 // Populate spl input basic input src rect from plane state src rect in translate_SPL_in_params_from_pipe_ctx()
111 // Populate spl input basic input dst rect from plane state dst rect in translate_SPL_in_params_from_pipe_ctx()
113 // Make spl input basic input info horiz mirror field point to plane state horz mirror in translate_SPL_in_params_from_pipe_ctx()
129 // Make spl input basic out info output_size width point to stream h active in translate_SPL_in_params_from_pipe_ctx()
132 // Make spl input basic out info output_size height point to v active in translate_SPL_in_params_from_pipe_ctx()
138 // Make spl input basic output info alpha_en field point to plane res scl_data lb_params alpha_en in translate_SPL_in_params_from_pipe_ctx()
[all …]
/linux/drivers/clk/mediatek/
H A DKconfig27 This driver supports MediaTek MT2701 basic clocks.
83 This driver supports MediaTek MT2712 basic clocks.
170 This driver supports MediaTek MT6765 basic clocks.
256 This driver supports MediaTek MT6779 basic clocks.
313 This driver supports MediaTek MT6795 basic clocks and clocks
350 This driver supports MediaTek MT6797 basic clocks.
382 This driver supports MediaTek MT7622 basic clocks and clocks
412 This driver supports MediaTek MT7629 basic clocks and clocks
435 This driver supports MediaTek MT7981 basic clocks and clocks
452 This driver supports MediaTek MT7986 basic clocks and clocks
[all …]
/linux/arch/s390/include/asm/
H A Dcpu_mf.h62 unsigned int as:1; /* 14: basic-sampling authorization */
65 unsigned int es:1; /* 22: basic-sampling enable control */
68 unsigned int cs:1; /* 30: basic-sampling activation control */
70 unsigned int bsdes:16; /* 4-5: size of basic sampling entry */
88 unsigned int es:1; /* 54: basic-sampling enable control */
91 unsigned int cs:1; /* 62: basic-sampling activation control */
131 struct hws_basic_entry basic; /* Basic-sampling data entry */ member
141 unsigned int bsdes:16; /* 32-47: size of basic SDE */
228 BASIC = 1, enumerator
/linux/Documentation/power/
H A Ddrivers-testing.rst21 testing the new driver. Please see Documentation/power/basic-pm-debugging.rst
31 (see: Documentation/power/basic-pm-debugging.rst, 1).
34 "platform" modes (see: Documentation/power/basic-pm-debugging.rst, 1).
43 Documentation/power/basic-pm-debugging.rst, 2). [As far as the STR tests are
48 (see: Documentation/power/basic-pm-debugging.rst, 2).
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c26 switch (keys->basic.ip_proto) { in enic_addfltr_5t()
165 tpos->keys.basic.ip_proto == k->basic.ip_proto && in htbl_key_search()
166 tpos->keys.basic.n_proto == k->basic.n_proto) in htbl_key_search()
182 if (!res || keys.basic.n_proto != htons(ETH_P_IP) || in enic_rx_flow_steer()
183 (keys.basic.ip_proto != IPPROTO_TCP && in enic_rx_flow_steer()
184 keys.basic.ip_proto != IPPROTO_UDP)) in enic_rx_flow_steer()
/linux/drivers/thunderbolt/
H A Dcap.c84 return header.basic.next; in tb_port_next_cap()
103 if (header.basic.cap == cap) in __tb_port_find_cap()
157 switch (header.basic.cap) { in tb_switch_next_cap()
159 ret = header.basic.next; in tb_switch_next_cap()
171 header.basic.cap, offset); in tb_switch_next_cap()
204 if (header.basic.cap == cap) in tb_switch_find_cap()
/linux/Documentation/networking/devlink/
H A Ddevlink-eswitch-attr.rst58 * ``basic`` Enable encapsulation support.
69 $ devlink dev eswitch set pci/0000:08:00.0 inline-mode none encap-mode basic
73 pci/0000:08:00.0: mode switchdev inline-mode none encap-mode basic
76 $ devlink dev eswitch set pci/0000:08:00.0 mode legacy inline-mode none encap-mode basic
/linux/arch/m68k/ifpsp060/
H A Dfpsp.doc170 - Basic flow:
178 - Basic flow:
186 - Basic flow:
194 - Basic flow:
203 - Basic flow:
215 - Basic flow:
228 - Basic flow:
265 - Basic flow:
287 - Basic flow:
/linux/Documentation/driver-api/cxl/devices/
H A Ddevice-types.rst8 covers some basic background on device types and on-device resources used by the platform and OS
21 The basic interaction protocol, similar to PCIe configuration mechanisms.
85 A basic example of a type-3 device is a simple memory expander, whose
87 basic coherent DMA.
141 basic memory expanders. The platform may program decoders prior to OS init
157 of memory capacity. The basic premise of a DCD to provide an allocator-like
/linux/sound/pci/ctxfi/
H A Dctamixer.h24 struct rsc rsc; /* Basic resource info */
34 struct rsc_mgr mgr; /* Basic resource manager info */
53 struct rsc rsc; /* Basic resource info */
79 struct rsc_mgr mgr; /* Basic resource manager info */
/linux/tools/testing/selftests/arm64/gcs/
H A DMakefile9 TEST_GEN_PROGS := basic-gcs libc-gcs gcs-locking gcs-stress gcspushm gcsstr
16 $(OUTPUT)/basic-gcs: basic-gcs.c
/linux/scripts/
H A DMakefile.propeller29 KBUILD_LDFLAGS += --lto-basic-block-sections=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile.txt
32 KBUILD_LDFLAGS += --lto-basic-block-address-map
34 KBUILD_LDFLAGS += --lto-basic-block-sections=labels

12345678910>>...81