Home
last modified time | relevance | path

Searched full:parameter (Results 1 – 25 of 32) sorted by relevance

12

/kvm-unit-tests/scripts/
H A Dkernel-doc524 # parameterdescs => %parameter descriptions
567 my ($parameter, $section);
584 foreach my $parameter (@{$args{'parameterlist'}}) {
588 $type = $args{'parametertypes'}{$parameter};
601 foreach $parameter (@{$args{'parameterlist'}}) {
602 my $parameter_name = $parameter;
605 print ".IP \"" . $parameter . "\" 12\n";
618 my ($parameter, $section);
629 foreach my $parameter (@{$args{'parameterlist'}}) {
630 print ".br\n.BI \" $parameter\"\n";
[all …]
H A Dvmm.bash5 # that use the command line will fail without this parameter.
135 echo "The 'smp' test parameter won't be modified"
H A Dcommon.bash38 # -append as a kernel parameter instead of a command
H A Druntime.bash141 # but each check parameter needs to be of the form <path>=<value>
/kvm-unit-tests/lib/s390x/asm/
H A Dcpacf.h272 * @param: address of parameter block; see POP for details on each func
302 * @param: address of parameter block; see POP for details on each func
333 * @param: address of parameter block; see POP for details on each func
356 * @param: address of parameter block; see POP for details on each func
380 * @param: address of parameter block; see POP for details on each func
407 * @param: address of parameter block; see POP for details on each func
441 * @param: address of parameter block; see POP for details on each func
496 * @param: address of parameter block; see POP for details on each func
515 * @param: address of parameter block; see POP for details on each func
/kvm-unit-tests/s390x/
H A Dstfle-sie.c107 report_abort("%s needs an uint64_t parameter", flag); in parse_args()
112 report_abort("Unsupported parameter '%s'", in parse_args()
H A Dintercept.c223 report_abort("-i needs a parameter"); in parse_intercept_test_args()
228 report_abort("-t needs a parameter"); in parse_intercept_test_args()
236 report_abort("Unsupported parameter '%s'", in parse_intercept_test_args()
H A Demulator.c37 /* Test the SET PROGRAM PARAMETER and INSERT PROGRAM PARAMETER instruction */
H A Dcstart64.S81 /* forward test parameter */
H A Dspec_ex.c431 report_abort("%s needs a positive parameter", flag); in parse_args()
444 report_abort("Unsupported parameter '%s'", in parse_args()
H A Dsclp.c58 * The parameter buf_len indicates the number of bytes of the template that
111 * The parameter sccb_len indicates the value that will be saved in the SCCB
H A Dtopology.c30 * a single container unless overwritten by the QEMU -smp parameter.
534 report_abort("Unknown parameter %s", flag); in parse_topology_args()
/kvm-unit-tests/docs/
H A Dunittests.txt35 This parameter is mandatory and specifies which binary under the <arch>/
122 parameter needs to be of the form <path>=<value>
/kvm-unit-tests/lib/s390x/
H A Dmalloc_io.h28 * The allocation will assert the size parameter, will fail if the
H A Dcss_lib.c361 /* Lowlevel set the SID as interrupt parameter. */ in css_irq_io()
436 report_fail("interrupt parameter: expected %08x got %08x", in wait_and_check_io_completion()
/kvm-unit-tests/lib/
H A Dalloc_page.c137 * Returns a block whose alignment and size are at least the parameter values.
212 * - the first parameter is strictly smaller than the second
254 * The parameter can be NULL, in which case nothing happens.
257 * - the parameter is page aligned
258 * - the parameter belongs to an existing memory area
259 * - the parameter points to the beginning of the block
H A Dutil.h19 * @s is the input string, likely a command line parameter, and
H A Dpci-testdev.c176 "check QEMU '-device pci-testdev' parameter\n"); in pci_testdev()
H A Dprintf.c295 * size-1 array containing a structure. Our function parameter ap has in vsnprintf()
298 * parameter. in vsnprintf()
/kvm-unit-tests/
H A DMakefile76 wunused_but_set_parameter := $(call cc-option, -Wunused-but-set-parameter, "")
77 wmissing_parameter_type := $(call cc-option, -Wmissing-parameter-type, "")
H A Drun_tests.sh38 CHECK Overwrites the 'check' unit test parameter (see
H A DREADME.md115 Unit tests use QEMU's '-append args...' parameter for command line
/kvm-unit-tests/riscv/
H A Dsbi-asm.S100 * a1 is the opaque parameter (here, it's the context array defined in check_susp())
H A Dcstart.S158 * a1 opaque parameter
160 * __smp_boot_secondary() sets the opaque parameter (a1) to the physical
/kvm-unit-tests/powerpc/
H A Drtas.c129 printf("Missing parameter \"date\"\n"); in main()

12