tag | line | file | source code |
asn | 115 | arch/alpha/boot/main.c | pcb_va->asn = 0; |
asn | 46 | include/asm-alpha/hwrpb.h | unsigned int asn; |
asn | 63 | include/asm-alpha/mmu_context.h | unsigned long asn = mm->context; |
asn | 65 | include/asm-alpha/mmu_context.h | if ((asn_cache ^ asn) & ASN_VERSION_MASK) { |
asn | 67 | include/asm-alpha/mmu_context.h | asn = asn_cache++; |
asn | 69 | include/asm-alpha/mmu_context.h | if ((asn & ~ASN_VERSION_MASK) > MAX_ASN) { |
asn | 75 | include/asm-alpha/mmu_context.h | asn = asn_cache++; |
asn | 77 | include/asm-alpha/mmu_context.h | mm->context = asn; /* full version + asn */ |
asn | 78 | include/asm-alpha/mmu_context.h | p->tss.asn = asn & ~ASN_VERSION_MASK; /* just asn */ |
asn | 34 | include/asm-alpha/processor.h | unsigned int asn; |