Home
last modified time | relevance | path

Searched refs:vsie_page (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/kvm/
H A Dvsie.c31 struct vsie_page { struct
70 static_assert(sizeof(struct vsie_page) == PAGE_SIZE); argument
83 static void prefix_unmapped(struct vsie_page *vsie_page) in prefix_unmapped() argument
85 atomic_or(PROG_REQUEST, &vsie_page->scb_s.prog20); in prefix_unmapped()
89 static void prefix_unmapped_sync(struct vsie_page *vsie_page) in prefix_unmapped_sync() argument
91 prefix_unmapped(vsie_page); in prefix_unmapped_sync()
92 if (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
93 atomic_or(CPUSTAT_STOP_INT, &vsie_page->scb_s.cpuflags); in prefix_unmapped_sync()
94 while (vsie_page->scb_s.prog0c & PROG_IN_SIE) in prefix_unmapped_sync()
99 static void prefix_mapped(struct vsie_page *vsie_page) in prefix_mapped() argument
[all …]
/linux/arch/s390/include/asm/
H A Dkvm_host.h602 struct vsie_page;
609 struct vsie_page *pages[KVM_MAX_VCPUS];