Home
last modified time | relevance | path

Searched full:split (Results 1 – 21 of 21) sorted by relevance

/kvm-unit-tests/lib/
H A Dmigrate.c73 * Migration can split this output between source and dest QEMU in migrate_end_continuous()
75 * a split. in migrate_end_continuous()
H A Dalloc_page.c99 static void split(struct mem_area *a, void *addr) in split() function
176 * needs; therefore we split the block until we reach the needed size in page_memalign_order()
179 split(a, p); in page_memalign_order()
340 split(a, pfn_to_virt(pfn & mask)); in _reserve_one_page()
/kvm-unit-tests/x86/
H A Dunittests.cfg10 [apic-split]
13 extra_params = -cpu qemu64,+x2apic,+tsc-deadline -machine kernel_irqchip=split
17 [ioapic-split]
19 extra_params = -cpu qemu64 -machine kernel_irqchip=split
481 extra_params = -M q35,kernel-irqchip=split -device intel-iommu,intremap=on,eim=off -device edu
H A Ddebug.c442 "CPL0 Split Lock #AC = %u (#DB = %u), val = %lx (wanted %lx)", in bus_lock_test()
H A Dvmx.c811 /* split_large_ept_entry: Split a 2M/1G large page into 512 smaller PTEs.
812 @ptep : large page table entry to split
H A Dvmx_tests.c7379 } split; member
7395 } split; member
7413 mask = ~(((1ull << eax.split.num_counters_gp) - 1) | in valid_pgc()
7414 (((1ull << edx.split.num_contiguous_fixed_counters) - 1) << 32) | in valid_pgc()
/kvm-unit-tests/lib/x86/
H A Dvm.c227 * split_large_page: Split a 2M/1G large page into 512 smaller PTEs.
228 * @ptep : large page table entry to split
268 * split_large_page() can be called to split the active code page in split_large_page()
271 * for the page being split, before invalidating any mappings. in split_large_page()
/kvm-unit-tests/ci/
H A Dcirrus-ci-macos-x86-64.yml21 ioapic-split
H A Dcirrus-ci-fedora.yml36 ioapic-split
/kvm-unit-tests/scripts/
H A Dkernel-doc391 foreach(split(/:/, $ENV{PATH})) {
544 foreach $line (split "\n", $contents) {
771 foreach $line (split "\n",$input) {
812 foreach $line (split "\n", $output) {
1177 # Split nested struct/union elements as newer ones
1183 foreach my $id(split /,/, $ids) {
1188 foreach my $arg (split /;/, $content) {
1225 foreach my $name (split /,/, $names) {
1253 my @def_args = split /\n/, $declaration;
1358 foreach my $arg (split ',', $members) {
[all …]
H A Dpretty_print_stacks.py17 addrs = line.split()[1:]
H A Dget_maintainer.pl185 my @words = split(" ", $line);
1406 foreach my $path (split(/:/, $ENV{PATH})) {
1418 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) {
1486 @lines = split("\n", $output);
1496 @lines = split("\n", $output);
1802 my @wish = split(/[, ]+/, $input);
2387 my @nw = split(/[^A-Za-zÀ-ÿ\'\,\.\+-]/, $name);
H A Dcheckpatch.pl241 my @words = split(" ", $line);
406 my @array = split(/,/, join(',', @$arrayRef));
952 my ($suspect, $fix) = split(/\|\|/, $line);
975 my ($suspect, $fix) = split(/->/, $line);
1127 my @lines = split('\n', $text);
1183 @include_files = split('\n', $files);
1206 @include_files = split('\n', $files);
1241 my @lines = split("\n", $output);
1292 foreach my $line (split(/\n/, $lines)) {
1507 foreach my $path (split(/:/, $ENV{PATH})) {
[all …]
/kvm-unit-tests/lib/arm/
H A Dgic.c315 u32 offset, split = 32, shift = (irq % 32); in gic_irq_set_clr_enable() local
337 base += offset + (irq / split) * 4; in gic_irq_set_clr_enable()
H A Dsetup.c122 /* Split the region with the code into two regions; code and data */ in arm_memregions_add_assumed()
/kvm-unit-tests/lib/s390x/
H A Dmmu.h25 * @vaddr address whose page tables are to split
H A Dmmu.c93 * @pmd The pmd to split, it must be large.
115 * @pud The pud to split, it must be huge.
/kvm-unit-tests/
H A D.gitlab-ci.yml314 ioapic-split
386 ioapic-split
432 ioapic-split
/kvm-unit-tests/lib/linux/
H A Dpci_regs.h407 /* Max # of outstanding split transactions */
416 #define PCI_X_CMD_MAX_SPLIT 0x0070 /* Max Outstanding Split Transactions */
423 #define PCI_X_STATUS_SPL_DISC 0x00040000 /* Split Completion Discarded */
424 #define PCI_X_STATUS_UNX_SPL 0x00080000 /* Unexpected Split Completion */
427 #define PCI_X_STATUS_MAX_SPLIT 0x03800000 /* Designed Max Outstanding Split Transactions */
429 #define PCI_X_STATUS_SPL_ERR 0x20000000 /* Rcvd Split Completion Error Msg */
/kvm-unit-tests/lib/riscv/
H A Dsetup.c136 /* Split the region with the code into two regions; code and data */ in mem_init()
/kvm-unit-tests/arm/
H A Dpmu.c263 * starting at 0x4000, using the same split. in is_event_supported()