Home
last modified time | relevance | path

Searched refs:generation (Results 1 – 25 of 27) sorted by relevance

12

/arch/hexagon/include/asm/
Dmmu_context.h38 if (next->context.generation < prev->context.generation) { in switch_mm()
42 next->context.generation = prev->context.generation; in switch_mm()
Dpgalloc.h36 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()
Dmmu.h17 unsigned long long generation; member
/arch/csky/mm/
Dasid.c84 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/
Dvmid.c96 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/
DKconfig23 fourth generation BMCs, such as those used by OpenPower Power8
33 fifth generation Aspeed BMCs.
44 sixth generation Aspeed BMCs.
/arch/arm/mm/
Dcontext.c193 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/
Dasid.h13 atomic64_t generation; member
66 !((asid ^ atomic64_read(&info->generation)) >> info->bits) && in asid_check_context()
/arch/arm64/mm/
Dcontext.c162 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/
DKconfig30 The powersurge cpu boards can be used in the generation
Dnvram.c64 u32 generation; member
277 return hdr99->generation; in core99_check()
487 hdr99->generation++; in core99_nvram_sync()
/arch/arm/boot/dts/
Dste-hrefprev60.dtsi55 * On the first generation boards, this SSP/SPI port was connected
Darmada-xp-axpwifiap.dts5 * Note: this board is shipped with a new generation boot loader that
Domap4-kc1.dts10 model = "Amazon Kindle Fire (first generation)";
Darmada-xp-linksys-mamba.dts5 * Note: this board is shipped with a new generation boot loader that
Domap3-echo.dts13 model = "Amazon Echo (first generation)";
/arch/x86/kvm/
Dxen.c108 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()
Dx86.h222 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()
Dx86.c3303 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/
Dspte.c56 u64 gen = kvm_vcpu_memslots(vcpu)->generation & MMIO_SPTE_GEN_MASK; in make_mmio_spte()
/arch/s390/
DKconfig380 prompt "Tune code generation"
544 prompt "s390 architectural random number generation API"
546 Enable the s390 architectural random number generation API
/arch/m68k/
DKconfig.cpu50 The Freescale (was Motorola) 68000 CPU is the first generation of
/arch/alpha/
DKconfig205 of the first-generation Alpha systems. A number of these systems
/arch/x86/
DKconfig879 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/
Dhead.S838 @ Enable unaligned access on v6, to allow better code generation

12