Searched full:parameter (Results 1 – 25 of 32) sorted by relevance
12
/kvm-unit-tests/scripts/ |
H A D | kernel-doc | 524 # 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 D | vmm.bash | 5 # that use the command line will fail without this parameter. 135 echo "The 'smp' test parameter won't be modified"
|
H A D | common.bash | 38 # -append as a kernel parameter instead of a command
|
H A D | runtime.bash | 141 # but each check parameter needs to be of the form <path>=<value>
|
/kvm-unit-tests/lib/s390x/asm/ |
H A D | cpacf.h | 272 * @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 D | stfle-sie.c | 107 report_abort("%s needs an uint64_t parameter", flag); in parse_args() 112 report_abort("Unsupported parameter '%s'", in parse_args()
|
H A D | intercept.c | 223 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 D | emulator.c | 37 /* Test the SET PROGRAM PARAMETER and INSERT PROGRAM PARAMETER instruction */
|
H A D | cstart64.S | 81 /* forward test parameter */
|
H A D | spec_ex.c | 431 report_abort("%s needs a positive parameter", flag); in parse_args() 444 report_abort("Unsupported parameter '%s'", in parse_args()
|
H A D | sclp.c | 58 * 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 D | topology.c | 30 * 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 D | unittests.txt | 35 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 D | malloc_io.h | 28 * The allocation will assert the size parameter, will fail if the
|
H A D | css_lib.c | 361 /* 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 D | alloc_page.c | 137 * 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 D | util.h | 19 * @s is the input string, likely a command line parameter, and
|
H A D | pci-testdev.c | 176 "check QEMU '-device pci-testdev' parameter\n"); in pci_testdev()
|
H A D | printf.c | 295 * size-1 array containing a structure. Our function parameter ap has in vsnprintf() 298 * parameter. in vsnprintf()
|
/kvm-unit-tests/ |
H A D | Makefile | 76 wunused_but_set_parameter := $(call cc-option, -Wunused-but-set-parameter, "") 77 wmissing_parameter_type := $(call cc-option, -Wmissing-parameter-type, "")
|
H A D | run_tests.sh | 38 CHECK Overwrites the 'check' unit test parameter (see
|
H A D | README.md | 115 Unit tests use QEMU's '-append args...' parameter for command line
|
/kvm-unit-tests/riscv/ |
H A D | sbi-asm.S | 100 * a1 is the opaque parameter (here, it's the context array defined in check_susp())
|
H A D | cstart.S | 158 * a1 opaque parameter 160 * __smp_boot_secondary() sets the opaque parameter (a1) to the physical
|
/kvm-unit-tests/powerpc/ |
H A D | rtas.c | 129 printf("Missing parameter \"date\"\n"); in main()
|
12