Home
last modified time | relevance | path

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

12345678910>>...89

/linux-6.15/tools/testing/selftests/tc-testing/tc-tests/filters/
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-6.15/tools/testing/selftests/mseal_system_mappings/
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-6.15/tools/perf/util/
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 …]
Dannotate.h224 * struct cyc_hist - (CPU) cycle histogram for a basic block
227 * @cycles: Sum of cycles for the longest basic block.
231 * @cycles_spark: History of cycles for the longest basic block.
232 * @num: Number of samples for the longest basic block.
237 * If sample has branch_stack and cycles info, it can construct basic blocks
240 * accounted at the end address. If multiple basic blocks end at the same
315 * struct annotated_branch - basic block and IPC information for a symbol.
322 * @max_coverage: Maximum number of covered basic block (used for block-range).
329 * basic block ends at the given address.
330 * process_basic_block() calculates coverage of instructions (or basic blocks)
[all …]
/linux-6.15/tools/perf/tests/shell/
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]"
Drecord_offcpu.sh40 echo "Basic off-cpu test"
44 echo "Basic off-cpu test [Failed record]"
50 echo "Basic off-cpu test [Failed no event]"
56 echo "Basic off-cpu test [Failed missing output]"
60 echo "Basic off-cpu test [Success]"
Drecord.sh50 echo "Basic --per-thread mode test"
92 echo "Basic --per-thread mode test [Success]"
120 echo "Basic --system-wide mode test"
145 echo "Basic --system-wide mode test [Success]"
149 echo "Basic target workload test"
175 echo "Basic target workload test [Success]"
233 echo "Basic leader sampling test"
256 echo "Basic leader sampling test [Success]"
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-6.15/drivers/gpu/drm/xe/tests/
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-6.15/kernel/configs/
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-6.15/tools/testing/selftests/cpufreq/
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")
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-6.15/drivers/gpu/drm/amd/display/dc/
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-6.15/arch/arm64/boot/dts/ti/
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";
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-6.15/drivers/clk/mediatek/
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-6.15/arch/s390/include/asm/
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-6.15/Documentation/power/
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-6.15/drivers/net/ethernet/cisco/enic/
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-6.15/net/sched/
Dcls_flower.c58 struct flow_dissector_key_basic basic; member
336 flow_dissector_init_keys(&skb_key.control, &skb_key.basic); in fl_classify()
343 skb_key.basic.n_proto = skb_protocol(skb, false); in fl_classify()
830 if (key->basic.ip_proto != IPPROTO_ESP && in fl_set_key_spi()
831 key->basic.ip_proto != IPPROTO_AH) { in fl_set_key_spi()
1126 * because ETH_P_PPP_SES was stored in basic.n_proto in fl_set_key_pppoe()
1145 key->basic.n_proto = htons(ETH_P_IP); in fl_set_key_pppoe()
1146 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key_pppoe()
1148 key->basic.n_proto = htons(ETH_P_IPV6); in fl_set_key_pppoe()
1149 mask->basic.n_proto = cpu_to_be16(~0); in fl_set_key_pppoe()
[all …]
/linux-6.15/drivers/thunderbolt/
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-6.15/arch/m68k/ifpsp060/
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-6.15/Documentation/networking/devlink/
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-6.15/sound/pci/ctxfi/
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-6.15/drivers/net/wireless/intel/iwlwifi/dvm/
Dlib.c203 struct iwl_basic_bt_cmd basic = { in iwlagn_send_advance_bt_config() local
214 sizeof(basic.bt3_lookup_table)); in iwlagn_send_advance_bt_config()
251 basic.kill_ack_mask = priv->kill_ack_mask; in iwlagn_send_advance_bt_config()
252 basic.kill_cts_mask = priv->kill_cts_mask; in iwlagn_send_advance_bt_config()
254 basic.reduce_txpower = IWLAGN_BT_REDUCED_TX_PWR; in iwlagn_send_advance_bt_config()
255 basic.valid = priv->bt_valid; in iwlagn_send_advance_bt_config()
265 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_DISABLED; in iwlagn_send_advance_bt_config()
267 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_3W << in iwlagn_send_advance_bt_config()
271 basic.flags |= IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config()
273 basic.flags &= ~IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config()
[all …]

12345678910>>...89