Home
last modified time | relevance | path

Searched +full:interrupt +full:- +full:names (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/s390x/
H A Dstsi.c1 /* SPDX-License-Identifier: GPL-2.0-only */
14 #include <asm/asm-offsets.h>
15 #include <asm/interrupt.h>
31 stsi(pagebuf, 0, BIT(63 - i), 0); in test_specs()
39 stsi(pagebuf, 1, 0, BIT(63 - i)); in test_specs()
46 cc = stsi(pagebuf, 3, 2 | BIT(63 - i), 2); in test_specs()
53 cc = stsi(pagebuf, 3, 2, 2 | BIT(63 - i)); in test_specs()
88 /* EBCDIC for "kvm-unit" */ in test_3_2_2()
96 const char vm_name_ext[] = "kvm-unit-test"; in test_3_2_2()
111 if (memcmp(&data->vm[0].cpi, cpi_kvm, sizeof(cpi_kvm))) { in test_3_2_2()
[all …]
H A Dtopology.c1 /* SPDX-License-Identifier: GPL-2.0-only */
13 #include <asm/asm-offsets.h>
14 #include <asm/interrupt.h>
30 * a single container unless overwritten by the QEMU -smp parameter.
139 report(cc == 1, "Should report change after horizontal -> vertical"); in check_polarization_change()
145 report(cc == 0, "Should not report change after vertical -> vertical"); in check_polarization_change()
151 report(cc == 1, "Should report change after vertical -> horizontal"); in check_polarization_change()
157 report(cc == 0, "Should not report change after horizontal -> horizontal"); in check_polarization_change()
183 n *= info->mag[i] ?: 1; in stsi_check_maxcpus()
203 report(IS_ALIGNED(info->length, 8), "Length %d multiple of 8", info->length); in stsi_check_header()
[all …]
/kvm-unit-tests/lib/s390x/
H A Dmmu.c1 /* SPDX-License-Identifier: GPL-2.0-only */
15 #include <asm/interrupt.h>
21 * this is the correspondence between the s390x architectural names and the
24 * pgd - region 1 table entry
25 * p4d - region 2 table entry
26 * pud - region 3 table entry
27 * pmd - segment table entry
28 * pte - page table entry
45 /* we can now also use DAT in all interrupt handlers */ in mmu_enable()
306 for (; len; len -= PAGE_SIZE, curr += PAGE_SIZE) in protect_range()
[all …]