Searched refs:asn (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/alpha/include/asm/
H A Dmmu_context.h85 * | asn version | this processor | hardware asn |
109 * force a new asn for any other processes the next time they want to
121 unsigned long asn = cpu_last_asn(cpu); local
122 unsigned long next = asn + 1;
124 if ((asn & HARDWARE_ASN_MASK) >= MAX_ASN) {
127 next = (asn & ~HARDWARE_ASN_MASK) + ASN_FIRST_VERSION;
138 unsigned long asn; local
146 asn = cpu_last_asn(cpu);
148 if ((mmc ^ asn)
[all...]
H A Dhwrpb.h83 unsigned int asn; member in struct:pcb_struct
/linux-master/arch/alpha/boot/
H A Dmain.c72 pcb_va->asn = 0;
H A Dbootp.c78 pcb_va->asn = 0;
H A Dbootpz.c126 pcb_va->asn = 0;
/linux-master/arch/s390/kvm/
H A Dsigp.c68 u16 asn, u64 *reg)
84 || (!idle && (asn == p_asn || asn == s_asn))) {
66 __sigp_conditional_emergency(struct kvm_vcpu *vcpu, struct kvm_vcpu *dst_vcpu, u16 asn, u64 *reg) argument
/linux-master/arch/alpha/mm/
H A Dfault.c51 pcb->asn = mmc & HARDWARE_ASN_MASK;
/linux-master/drivers/misc/cxl/
H A Dpci.c401 static u64 nbw, asn, capi = 0; local
415 asn = 0x0400UL;
419 asn = (u64)be32_to_cpu(prop[1]);
425 *asnind = asn;
/linux-master/arch/alpha/kernel/
H A Dsmp.c311 hwpcb->asn = 0;

Completed in 282 milliseconds