Home
last modified time | relevance | path

Searched refs:iep (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/s390/kvm/
Dgaccess.c93 unsigned long iep: 1; /* Instruction-Execution-Protection */ member
135 unsigned long iep: 1; /* Instruction-Execution-Protection */ member
172 unsigned long iep: 1; /* Instruction-Execution-Protection */ member
625 int edat1, edat2, iep; in guest_translate() local
630 iep = ctlreg0.iep && test_kvm_facility(vcpu->kvm, 130); in guest_translate()
714 iep_protection = rtte.fc1.iep; in guest_translate()
742 iep_protection = ste.fc1.iep; in guest_translate()
759 iep_protection = pte.iep; in guest_translate()
768 if (mode == GACC_IFETCH && iep_protection && iep) { in guest_translate()
/Linux-v5.4/arch/s390/include/asm/
Dctl_reg.h92 unsigned long iep : 1; /* Instruction-Execution-Protection */ member
/Linux-v5.4/drivers/net/wireless/cisco/
Dairo.c766 u8 iep[624]; member
7372 u16 length = sizeof (bss->extra.iep); in airo_translate_scan()
7373 u8 *ie = (void *)&bss->extra.iep; in airo_translate_scan()