Home
last modified time | relevance | path

Searched refs:CR0_STORAGE_PROTECTION_OVERRIDE (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/kvm/s390x/
A Dtprot.c16 #define CR0_STORAGE_PROTECTION_OVERRIDE (1UL << (63 - 39)) macro
236 run->s.regs.crs[0] |= CR0_STORAGE_PROTECTION_OVERRIDE; in main()
A Dmemop.c233 #define CR0_STORAGE_PROTECTION_OVERRIDE (1UL << (63 - 39)) macro
710 t.run->s.regs.crs[0] |= CR0_STORAGE_PROTECTION_OVERRIDE; in test_copy_key_storage_prot_override()
821 t.run->s.regs.crs[0] |= CR0_STORAGE_PROTECTION_OVERRIDE; in test_errors_key_storage_prot_override()
/linux-6.3-rc2/arch/s390/include/asm/
A Dctl_reg.h16 #define CR0_STORAGE_PROTECTION_OVERRIDE BIT(63 - 39) macro
/linux-6.3-rc2/arch/s390/kvm/
A Dgaccess.c869 return vcpu->arch.sie_block->gcr[0] & CR0_STORAGE_PROTECTION_OVERRIDE; in storage_prot_override_applicable()

Completed in 15 milliseconds