/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | mmu_context.h | 87 * | asn version | this processor | hardware asn | 111 * force a new asn for any other processes the next time they want to 123 unsigned long asn = cpu_last_asn(cpu); in __get_new_mm_context() local 124 unsigned long next = asn + 1; in __get_new_mm_context() 126 if ((asn & HARDWARE_ASN_MASK) >= MAX_ASN) { in __get_new_mm_context() 129 next = (asn & ~HARDWARE_ASN_MASK) + ASN_FIRST_VERSION; in __get_new_mm_context() 140 unsigned long asn; in ev5_switch_mm() local 148 asn = cpu_last_asn(cpu); in ev5_switch_mm() 150 if ((mmc ^ asn) in ev5_switch_mm() [all...] |
H A D | hwrpb.h | 83 unsigned int asn; member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | mmu_context.h | 87 * | asn version | this processor | hardware asn | 111 * force a new asn for any other processes the next time they want to 123 unsigned long asn = cpu_last_asn(cpu); in __get_new_mm_context() local 124 unsigned long next = asn + 1; in __get_new_mm_context() 126 if ((asn & HARDWARE_ASN_MASK) >= MAX_ASN) { in __get_new_mm_context() 129 next = (asn & ~HARDWARE_ASN_MASK) + ASN_FIRST_VERSION; in __get_new_mm_context() 140 unsigned long asn; in ev5_switch_mm() local 148 asn = cpu_last_asn(cpu); in ev5_switch_mm() 150 if ((mmc ^ asn) in ev5_switch_mm() [all...] |
H A D | hwrpb.h | 83 unsigned int asn; member
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | sigp.c | 68 u16 asn, u64 *reg) in __sigp_conditional_emergency() 84 || (!idle && (asn == p_asn || asn == s_asn))) { in __sigp_conditional_emergency() 66 __sigp_conditional_emergency(struct kvm_vcpu *vcpu, struct kvm_vcpu *dst_vcpu, u16 asn, u64 *reg) __sigp_conditional_emergency() argument
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | sigp.c | 68 u16 asn, u64 *reg) in __sigp_conditional_emergency() 84 || (!idle && (asn == p_asn || asn == s_asn))) { in __sigp_conditional_emergency() 66 __sigp_conditional_emergency(struct kvm_vcpu *vcpu, struct kvm_vcpu *dst_vcpu, u16 asn, u64 *reg) __sigp_conditional_emergency() argument
|
/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | bootp.c | 78 pcb_va->asn = 0; in pal_init()
|
H A D | main.c | 72 pcb_va->asn = 0; in pal_init()
|
H A D | bootpz.c | 126 pcb_va->asn = 0; in pal_init()
|
/kernel/linux/linux-6.6/arch/alpha/boot/ |
H A D | bootp.c | 78 pcb_va->asn = 0; in pal_init()
|
H A D | main.c | 72 pcb_va->asn = 0; in pal_init()
|
H A D | bootpz.c | 126 pcb_va->asn = 0; in pal_init()
|
/kernel/linux/linux-5.10/arch/alpha/mm/ |
H A D | fault.c | 51 pcb->asn = mmc & HARDWARE_ASN_MASK; in __load_new_mm_context()
|
/kernel/linux/linux-6.6/arch/alpha/mm/ |
H A D | fault.c | 51 pcb->asn = mmc & HARDWARE_ASN_MASK; in __load_new_mm_context()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | pci.c | 410 static u64 nbw, asn, capi = 0; in get_phb_indications() local 424 asn = 0x0400UL; in get_phb_indications() 428 asn = (u64)be32_to_cpu(prop[1]); in get_phb_indications() 434 *asnind = asn; in get_phb_indications()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | pci.c | 401 static u64 nbw, asn, capi = 0; in get_phb_indications() local 415 asn = 0x0400UL; in get_phb_indications() 419 asn = (u64)be32_to_cpu(prop[1]); in get_phb_indications() 425 *asnind = asn; in get_phb_indications()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | smp.c | 310 hwpcb->asn = 0; in secondary_cpu_start()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | smp.c | 310 hwpcb->asn = 0; in secondary_cpu_start()
|