Home
last modified time | relevance | path

Searched refs:invariants (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/linux/tools/verification/rvgen/rvgen/
H A Ddot2k.py289 self.invariants: dict[_StateConstraintKey, str] = {}
320 self.invariants[key] = rules[0]
324 if not self.invariants:
334 for state, constr in sorted(self.invariants.items()):
345 if not self.invariants:
360 for state, constr in sorted(self.invariants.items()):
420 for start_idx in self.invariants:
422 env = self.__get_constraint_env(self.invariants[start_idx])
428 if curr_idx != start_idx and curr_idx in self.invariants:
457 if not self.invariants:
[all …]
/linux/arch/arm64/kernel/
H A Dhibernate.c70 struct arch_hibernate_hdr_invariants invariants; member
115 arch_hdr_invariants(&hdr->invariants); in arch_hibernation_header_save()
141 struct arch_hibernate_hdr_invariants invariants; in arch_hibernation_header_restore() local
144 arch_hdr_invariants(&invariants); in arch_hibernation_header_restore()
145 if (memcmp(&hdr->invariants, &invariants, sizeof(invariants))) { in arch_hibernation_header_restore()
/linux/arch/riscv/kernel/
H A Dhibernate.c58 struct arch_hibernate_hdr_invariants invariants; member
99 arch_hdr_invariants(&hdr->invariants); in arch_hibernation_header_save()
114 struct arch_hibernate_hdr_invariants invariants; in arch_hibernation_header_restore() local
118 arch_hdr_invariants(&invariants); in arch_hibernation_header_restore()
120 if (memcmp(&hdr->invariants, &invariants, sizeof(invariants))) { in arch_hibernation_header_restore()
/linux/Documentation/trace/rv/
H A Dhybrid_automata.rst26 invariants whose value is true regardless of the valuation of *V*.
50 sufficient condition for the violation of invariants while still allowing more
54 automaton with additional guards and invariants. Those can only further
94 Since all the invariants in *i* are true, we can omit them from the representation.
140 Stall model with invariants (iteration 2)
190 constraints (both guards on transitions and invariants on states) as follows.
261 /* Validate invariants in i */
272 performs resets and starts timers to validate invariants according to
277 Since invariants are only defined as clock expirations (e.g. *clk <
290 in place of invariants, as seen in the stall example.
/linux/Documentation/edac/
H A Dindex.rst1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.2-no-invariants-or-later
/linux/Documentation/userspace-api/media/v4l/
H A Dlibv4l.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dcapture-example.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dcommon-defs.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Ddepth-formats.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dtch-formats.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dvideodev.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Ddevices.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dselection-api.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dselection-api-targets.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dcompat.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
/linux/Documentation/userspace-api/media/dvb/
H A Dca_data_types.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dnet-types.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dfrontend-header.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Ddvb-frontend-event.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Ddmx_types.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
H A Dca_function_calls.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-dev.rst1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
H A Dlirc-header.rst1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
/linux/Documentation/userspace-api/media/cec/
H A Dcec-header.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-header.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later

12345678910>>...15