/arch/hexagon/include/asm/ |
D | mmu_context.h | 38 if (next->context.generation < prev->context.generation) { in switch_mm() 42 next->context.generation = prev->context.generation; in switch_mm()
|
D | pgalloc.h | 36 mm->context.generation = kmap_generation; in pgd_alloc() 73 mm->context.generation = kmap_generation; in pmd_populate_kernel() 74 current->active_mm->context.generation = kmap_generation; in pmd_populate_kernel()
|
D | mmu.h | 17 unsigned long long generation; member
|
/arch/csky/mm/ |
D | asid.c | 84 u64 generation = atomic64_read(&info->generation); in new_context() local 87 u64 newasid = generation | (asid & ~ASID_MASK(info)); in new_context() 116 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION(info), in new_context() 117 &info->generation); in new_context() 127 return idx2asid(info, asid) | generation; in new_context() 146 if ((asid ^ atomic64_read(&info->generation)) >> info->bits) { in asid_new_context() 180 atomic64_set(&info->generation, ASID_FIRST_VERSION(info)); in asid_allocator_init()
|
/arch/arm64/kvm/ |
D | vmid.c | 96 u64 generation = atomic64_read(&vmid_generation); in new_vmid() local 99 u64 newvmid = generation | (vmid & ~VMID_MASK); in new_vmid() 117 generation = atomic64_add_return_relaxed(VMID_FIRST_VERSION, in new_vmid() 127 vmid = idx2vmid(vmid) | generation; in new_vmid()
|
/arch/arm/mach-aspeed/ |
D | Kconfig | 23 fourth generation BMCs, such as those used by OpenPower Power8 33 fifth generation Aspeed BMCs. 44 sixth generation Aspeed BMCs.
|
/arch/arm/mm/ |
D | context.c | 193 u64 generation = atomic64_read(&asid_generation); in new_context() local 196 u64 newasid = generation | (asid & ~ASID_MASK); in new_context() 225 generation = atomic64_add_return(ASID_FIRST_VERSION, in new_context() 234 return asid | generation; in new_context()
|
/arch/csky/include/asm/ |
D | asid.h | 13 atomic64_t generation; member 66 !((asid ^ atomic64_read(&info->generation)) >> info->bits) && in asid_check_context()
|
/arch/arm64/mm/ |
D | context.c | 162 u64 generation = atomic64_read(&asid_generation); in new_context() local 165 u64 newasid = generation | (asid & ~ASID_MASK); in new_context() 202 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION, in new_context() 212 return idx2asid(asid) | generation; in new_context()
|
/arch/powerpc/platforms/powermac/ |
D | Kconfig | 30 The powersurge cpu boards can be used in the generation
|
D | nvram.c | 64 u32 generation; member 277 return hdr99->generation; in core99_check() 487 hdr99->generation++; in core99_nvram_sync()
|
/arch/arm/boot/dts/ |
D | ste-hrefprev60.dtsi | 55 * On the first generation boards, this SSP/SPI port was connected
|
D | armada-xp-axpwifiap.dts | 5 * Note: this board is shipped with a new generation boot loader that
|
D | omap4-kc1.dts | 10 model = "Amazon Kindle Fire (first generation)";
|
D | armada-xp-linksys-mamba.dts | 5 * Note: this board is shipped with a new generation boot loader that
|
D | omap3-echo.dts | 13 model = "Amazon Echo (first generation)";
|
/arch/x86/kvm/ |
D | xen.c | 108 if (unlikely(slots->generation != ghc->generation || kvm_is_error_hva(ghc->hva)) && in kvm_xen_update_runstate_guest() 236 if (likely(slots->generation == ghc->generation && in __kvm_xen_has_interrupt()
|
D | x86.h | 222 u64 gen = kvm_memslots(vcpu->kvm)->generation; in vcpu_cache_mmio_info() 239 return vcpu->arch.mmio_gen == kvm_memslots(vcpu->kvm)->generation; in vcpu_match_mmio_gen()
|
D | x86.c | 3303 if (unlikely(slots->generation != ghc->generation || in record_steal_time() 4454 if (unlikely(slots->generation != ghc->generation || in kvm_steal_time_set_preempted()
|
/arch/x86/kvm/mmu/ |
D | spte.c | 56 u64 gen = kvm_vcpu_memslots(vcpu)->generation & MMIO_SPTE_GEN_MASK; in make_mmio_spte()
|
/arch/s390/ |
D | Kconfig | 380 prompt "Tune code generation" 544 prompt "s390 architectural random number generation API" 546 Enable the s390 architectural random number generation API
|
/arch/m68k/ |
D | Kconfig.cpu | 50 The Freescale (was Motorola) 68000 CPU is the first generation of
|
/arch/alpha/ |
D | Kconfig | 205 of the first-generation Alpha systems. A number of these systems
|
/arch/x86/ |
D | Kconfig | 879 HPET is the next generation timer replacing legacy 8254s. 1078 interrupt handling is used on systems where the generation of 1084 boot IRQ generation cannot be disabled, this workaround keeps 1110 userspace logging daemon. Consider switching to the new generation
|
/arch/arm/boot/compressed/ |
D | head.S | 838 @ Enable unaligned access on v6, to allow better code generation
|