tag | line | file | source code |
asn | 116 | arch/alpha/boot/main.c | pcb_va->asn = 0; |
asn | 49 | include/asm-alpha/hwrpb.h | unsigned int asn; |
asn | 50 | include/asm-alpha/mmu_context.h | unsigned long asn) |
asn | 53 | include/asm-alpha/mmu_context.h | if ((asn & ~ASN_VERSION_MASK) > MAX_ASN) { |
asn | 56 | include/asm-alpha/mmu_context.h | asn = (asn & ASN_VERSION_MASK) + ASN_FIRST_VERSION; |
asn | 57 | include/asm-alpha/mmu_context.h | if (!asn) |
asn | 58 | include/asm-alpha/mmu_context.h | asn = ASN_FIRST_VERSION; |
asn | 60 | include/asm-alpha/mmu_context.h | asn_cache = asn + 1; |
asn | 61 | include/asm-alpha/mmu_context.h | mm->context = asn; /* full version + asn */ |
asn | 62 | include/asm-alpha/mmu_context.h | p->tss.asn = asn & ~ASN_VERSION_MASK; /* just asn */ |
asn | 82 | include/asm-alpha/mmu_context.h | unsigned long asn = asn_cache; |
asn | 84 | include/asm-alpha/mmu_context.h | if ((mm->context ^ asn) & ASN_VERSION_MASK) |
asn | 85 | include/asm-alpha/mmu_context.h | get_new_mmu_context(p, mm, asn); |
asn | 34 | include/asm-alpha/processor.h | unsigned int asn; |