Home
last modified time | relevance | path

Searched full:rest (Results 1 – 7 of 7) sorted by relevance

/kvm-unit-tests/lib/riscv/
H A Dsetup.c104 struct mem_region *curr, *rest; in mem_allocator_init() local
106 memregions_split(VA_BASE, &curr, &rest); in mem_allocator_init()
108 if (rest) in mem_allocator_init()
109 rest->flags = MR_F_UNUSED; in mem_allocator_init()
/kvm-unit-tests/scripts/
H A Darch-run.bash435 local _ rest
450 IFS='[ .]' read -r _ _ _ QEMU_MAJOR QEMU_MINOR QEMU_MICRO rest <<<"$QEMU_VERSION_STRING"
456 IFS=. read -r KERNEL_VERSION KERNEL_PATCHLEVEL rest <<<"$KERNEL_VERSION_STRING"
457 IFS=- read -r KERNEL_SUBLEVEL KERNEL_EXTRAVERSION <<<"$rest"
498 local line commit minver errata rest v p s x have
508 IFS=. read -r v p rest <<<"$minver"
509 IFS=- read -r s x <<<"$rest"
H A Dcheckpatch.pl3980 my $rest = $2;
3982 my $pos = pos_last_openparen($rest);
5762 my $rest = rtrim($4);
5763 if ($rest =~ /;$/) {
5765 fix_insert_line($fixlinenr + 1, "$indent\t$rest");
5933 my ($off, $dstat, $dcond, $rest);
5992 #print "REST<$rest> dstat<$dstat> ctx<$ctx>\n";
6106 my ($off, $dstat, $dcond, $rest);
H A Dkernel-doc235 # proper kernel-doc and ignore the rest.
2444 Use the ReST C domain dialect compatible with a specific Sphinx Version.
H A Dget_maintainer.pl1243 if ($subsystem eq "THE REST") {
/kvm-unit-tests/
H A DLICENSE227 be a consequence of the rest of this License.
/kvm-unit-tests/lib/linux/
H A Dpci_regs.h259 #define PCI_AGP_RFU 3 /* Rest of capability flags */
302 #define PCI_MSI_RFU 3 /* Rest of capability flags */