Searched full:rest (Results 1 – 7 of 7) sorted by relevance
/kvm-unit-tests/lib/riscv/ |
H A D | setup.c | 104 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 D | arch-run.bash | 435 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 D | checkpatch.pl | 3980 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 D | kernel-doc | 235 # proper kernel-doc and ignore the rest. 2444 Use the ReST C domain dialect compatible with a specific Sphinx Version.
|
H A D | get_maintainer.pl | 1243 if ($subsystem eq "THE REST") {
|
/kvm-unit-tests/ |
H A D | LICENSE | 227 be a consequence of the rest of this License.
|
/kvm-unit-tests/lib/linux/ |
H A D | pci_regs.h | 259 #define PCI_AGP_RFU 3 /* Rest of capability flags */ 302 #define PCI_MSI_RFU 3 /* Rest of capability flags */
|