Home
last modified time | relevance | path

Searched refs:fc0 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dgaccess.c103 struct region3_table_entry_fc0 fc0; member
145 struct segment_entry_fc0 fc0; member
718 if (vaddr.sx01 < rtte.fc0.tf) in guest_translate()
720 if (vaddr.sx01 > rtte.fc0.tl) in guest_translate()
723 dat_protection |= rtte.fc0.p; in guest_translate()
724 ptr = rtte.fc0.sto * PAGE_SIZE + vaddr.sx * 8; in guest_translate()
746 dat_protection |= ste.fc0.p; in guest_translate()
747 ptr = ste.fc0.pto * (PAGE_SIZE / 2) + vaddr.px * 8; in guest_translate()
1105 *dat_protection |= rtte.fc0.p; in kvm_s390_shadow_tables()
1111 if (vaddr.sx01 < rtte.fc0 in kvm_s390_shadow_tables()
[all...]
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dgaccess.c104 struct region3_table_entry_fc0 fc0; member
146 struct segment_entry_fc0 fc0; member
736 if (vaddr.sx01 < rtte.fc0.tf) in guest_translate()
738 if (vaddr.sx01 > rtte.fc0.tl) in guest_translate()
741 dat_protection |= rtte.fc0.p; in guest_translate()
742 ptr = rtte.fc0.sto * PAGE_SIZE + vaddr.sx * 8; in guest_translate()
764 dat_protection |= ste.fc0.p; in guest_translate()
765 ptr = ste.fc0.pto * (PAGE_SIZE / 2) + vaddr.px * 8; in guest_translate()
1506 *dat_protection |= rtte.fc0.p; in kvm_s390_shadow_tables()
1512 if (vaddr.sx01 < rtte.fc0 in kvm_s390_shadow_tables()
[all...]

Completed in 5 milliseconds