Home
last modified time | relevance | path

Searched full:constraint (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/openbmc/linux/arch/arm64/include/asm/
H A Datomic_ll_sc.h25 #define ATOMIC_OP(op, asm_op, constraint) \ argument
39 : __stringify(constraint) "r" (i)); \
42 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
57 : __stringify(constraint) "r" (i) \
63 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument
78 : __stringify(constraint) "r" (i) \
112 * have a constraint for this, so fall back to register. in ATOMIC_OPS()
121 #define ATOMIC64_OP(op, asm_op, constraint) \ in ATOMIC_OPS() argument
135 : __stringify(constraint) "r" (i)); \ in ATOMIC_OPS()
138 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
[all …]
/openbmc/openpower-vpd-parser/config/ibm/
H A Dsystems.json4 "constraint": { object
11 "constraint": { object
21 "constraint": { object
31 "constraint": { object
38 "constraint": { object
48 "constraint": { object
/openbmc/linux/kernel/power/
H A Dqos.c50 * pm_qos_read_value - Return the current effective constraint value.
51 * @c: List of PM QoS constraint requests.
82 * pm_qos_update_target - Update a list of PM QoS constraint requests.
88 * Update the given list of PM QoS constraint requests, @c, by carrying an
96 * Return: 1 if the aggregate constraint value has changed, 0 otherwise.
172 * Return: 1 if the aggregate constraint value has changed, 0 otherwise.
260 * @value: Requested constraint value.
264 * constraint for that list.
289 * @new_value: New requested constraint value.
292 * latency QoS list along with updating the effective constraint value for that
[all …]
/openbmc/qemu/tcg/i386/
H A Dtcg-target-con-set.h3 * Define i386 target-specific constraint sets.
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
12 * C_N1_Im(...) defines a constraint set with 1 output and <m> inputs,
15 * C_Nn_Om_Ik(...) defines a constraint set with <n + m> outputs and <k>
/openbmc/u-boot/cmd/
H A Dregulator.c111 static int constraint(const char *name, int val, const char *val_name) in constraint() function
164 constraint(" - min uV:", uc_pdata->min_uV, NULL); in do_info()
165 constraint(" - max uV:", uc_pdata->max_uV, NULL); in do_info()
166 constraint(" - min uA:", uc_pdata->min_uA, NULL); in do_info()
167 constraint(" - max uA:", uc_pdata->max_uA, NULL); in do_info()
168 constraint(" - always on:", uc_pdata->always_on, in do_info()
170 constraint(" - boot on:", uc_pdata->boot_on, in do_info()
174 constraint("* op modes:", mode_count, NULL); in do_info()
177 constraint(" - mode id:", modes->id, modes->name); in do_info()
192 constraint(" * enable:", enabled, enabled ? "true" : "false"); in do_status_detail()
[all …]
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target-con-set.h3 * Define Sparc target-specific constraint sets.
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/openbmc/qemu/tcg/s390x/
H A Dtcg-target-con-set.h3 * Define S390 target-specific constraint sets.
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
12 * C_Nn_Om_Ik(...) defines a constraint set with <n + m> outputs and <k>
/openbmc/qemu/tcg/tci/
H A Dtcg-target-con-set.h3 * TCI target-specific constraint sets.
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py896 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id),'
897 'ADD CONSTRAINT processfk FOREIGN KEY (process_id) REFERENCES threads (id)')
899 'ADD CONSTRAINT threadfk FOREIGN KEY (c_thread_id) REFERENCES threads (id)')
901 'ADD CONSTRAINT commfk FOREIGN KEY (comm_id) REFERENCES comms (id),'
902 'ADD CONSTRAINT threadfk FOREIGN KEY (thread_id) REFERENCES threads (id)')
904 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id)')
906 'ADD CONSTRAINT dsofk FOREIGN KEY (dso_id) REFERENCES dsos (id)')
908 'ADD CONSTRAINT evselfk FOREIGN KEY (evsel_id) REFERENCES selected_events (id),'
909 'ADD CONSTRAINT machinefk FOREIGN KEY (machine_id) REFERENCES machines (id),'
910 'ADD CONSTRAINT threadfk FOREIGN KEY (thread_id) REFERENCES threads (id),'
[all …]
/openbmc/qemu/tcg/riscv/
H A Dtcg-target-con-set.h3 * Define RISC-V target-specific constraint sets.
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/openbmc/qemu/tcg/mips/
H A Dtcg-target-con-set.h3 * Define MIPS target-specific constraint sets.
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq-ppc.h46 …ORE_LONG(arg) "std%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m" constraint) */
47 …TORE_INT(arg) "stw%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m" constraint) */
48 …AD_LONG(arg) "ld%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m" constraint) */
49 …AD_INT(arg) "lwz%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m" constraint) */
50 #define RSEQ_LOADX_LONG "ldx " /* From base register ("b" constraint) */
91 …ORE_LONG(arg) "stw%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m" constraint) */
92 #define RSEQ_STORE_INT(arg) RSEQ_STORE_LONG(arg) /* To memory ("m" constraint) */
93 …D_LONG(arg) "lwz%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m" constraint) */
94 #define RSEQ_LOAD_INT(arg) RSEQ_LOAD_LONG(arg) /* From memory ("m" constraint) */
95 #define RSEQ_LOADX_LONG "lwzx " /* From base register ("b" constraint) */
/openbmc/linux/drivers/acpi/x86/
H A Ds2idle.c64 /* Device constraint entry structure */
71 /* Constraint package structure */
83 /* AMD Constraint package structure */
216 struct lpi_constraints *constraint; in lpi_device_get_constraints() local
246 constraint = &lpi_constraints_table[lpi_constraints_table_size]; in lpi_device_get_constraints()
248 status = acpi_get_handle(NULL, info.name, &constraint->handle); in lpi_device_get_constraints()
255 constraint->min_dstate = -1; in lpi_device_get_constraints()
282 constraint->min_dstate = dev_info.min_dstate; in lpi_device_get_constraints()
287 if (constraint->min_dstate < 0) { in lpi_device_get_constraints()
289 "Incomplete constraint defined\n"); in lpi_device_get_constraints()
[all …]
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target-con-set.h3 * Define AArch64 target-specific constraint sets.
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target-con-set.h3 * Define LoongArch target-specific constraint sets.
13 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
14 * Each operand should be a sequence of constraint letters as defined by
15 * tcg-target-con-str.h; the constraint combination is inclusive or.
/openbmc/qemu/tcg/ppc/
H A Dtcg-target-con-set.h3 * Define PowerPC target-specific constraint sets.
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/openbmc/linux/tools/testing/selftests/powerpc/pmu/event_code_tests/
H A Dgroup_pmc56_exclude_constraints_test.c13 * Testcase for group constraint check for
16 * Test that pmc5/6 is excluded from constraint
29 * PMC5/6 is excluded from constraint bit in group_pmc56_exclude_constraints()
47 * The event_open will fail if constraint check fails. in group_pmc56_exclude_constraints()
/openbmc/qemu/tcg/arm/
H A Dtcg-target-con-set.h3 * Define Arm target-specific constraint sets.
8 * C_On_Im(...) defines a constraint set with <n> outputs and <m> inputs.
9 * Each operand should be a sequence of constraint letters as defined by
10 * tcg-target-con-str.h; the constraint combination is inclusive or.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-powercap92 constraint can have an optional name. Here "X" can have values
110 constraint_X_power_limit_uw to define a power constraint.
119 Maximum allowed power in micro watts for this constraint.
127 Minimum allowed power in micro watts for this constraint.
136 constraint. Here "X" can have values from 0 to max integer.
144 constraint. Here "X" can have values from 0 to max integer.
/openbmc/linux/include/linux/
H A Dpowercap.h118 * @const_id_cnt: Number of constraint defined.
155 * struct powercap_zone_constraint_ops - Define constraint callbacks
164 * @get_name: Get the name of constraint
166 * This structure is used to define the constraint callbacks for the client
188 * struct powercap_zone_constraint- Defines instance of a constraint
189 * @id: Instance Id of this constraint.
190 * @power_zone: Pointer to the power zone for this constraint.
191 * @ops: Pointer to the constraint callbacks.
193 * This defines a constraint instance.
281 * @const_ops: Pointer to constraint callback structure
/openbmc/linux/drivers/base/power/
H A Dqos.c18 * per-device constraint data struct.
20 * Note about the per-device constraint data struct allocation:
93 * __dev_pm_qos_resume_latency - Get resume latency constraint for a given device.
94 * @dev: Device to get the PM QoS constraint value for.
106 * dev_pm_qos_read_value - Get PM QoS constraint for a given device (locked).
107 * @dev: Device to get the PM QoS constraint value for.
143 * @req: Constraint request to apply
191 * Called at the first call to add_request, for constraint data allocation
368 * @dev: target device for the constraint
379 * Returns 1 if the aggregated constraint value has changed,
[all …]
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11h.c31 struct mwifiex_ie_types_local_pwr_constraint *constraint; in mwifiex_11h_process_infra_join() local
49 constraint = (struct mwifiex_ie_types_local_pwr_constraint *)*buffer; in mwifiex_11h_process_infra_join()
50 constraint->header.type = cpu_to_le16(WLAN_EID_PWR_CONSTRAINT); in mwifiex_11h_process_infra_join()
51 constraint->header.len = cpu_to_le16(2); in mwifiex_11h_process_infra_join()
52 constraint->chan = bss_desc->channel; in mwifiex_11h_process_infra_join()
53 constraint->constraint = bss_desc->local_constraint; in mwifiex_11h_process_infra_join()
54 *buffer += sizeof(*constraint); in mwifiex_11h_process_infra_join()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libeigen/libeigen/
H A D0001-Default-eigen_packet_wrapper-constructor.patch20 …c/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/include/fuse_core/constraint.h:37,
21 …ter/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/src/constraint.cpp:34:
29 …c/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/include/fuse_core/constraint.h:37,
30 …ter/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/src/constraint.cpp:34:
37 …c/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/include/fuse_core/constraint.h:37,
38 …ter/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/src/constraint.cpp:34:
46 …c/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/include/fuse_core/constraint.h:37,
47 …ter/tmp-glibc/work/raspberrypi4-webos-linux-gnueabi/fuse-core/0.4.2-1-r0/git/src/constraint.cpp:34:
/openbmc/linux/sound/soc/codecs/
H A Dak4613.c433 struct snd_pcm_hw_constraint_list *constraint; in ak4613_hw_constraints() local
441 constraint = &priv->constraint_rates; in ak4613_hw_constraints()
442 constraint->list = ak4613_rates; in ak4613_hw_constraints()
443 constraint->mask = 0; in ak4613_hw_constraints()
444 constraint->count = 0; in ak4613_hw_constraints()
462 constraint->count = i + 1; in ak4613_hw_constraints()
466 SNDRV_PCM_HW_PARAM_RATE, constraint); in ak4613_hw_constraints()
476 * the constraint is same as working mode. in ak4613_hw_constraints()
483 * the constraint is based on board configs. in ak4613_hw_constraints()
496 constraint = &priv->constraint_channels; in ak4613_hw_constraints()
[all …]
/openbmc/linux/security/selinux/ss/
H A Dconstraint.h3 * A constraint is a condition that must be satisfied in
59 struct constraint_expr *expr; /* constraint on permissions */
60 struct constraint_node *next; /* next constraint */

12345678910>>...18