Home
last modified time | relevance | path

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

12

/arch/csky/mm/
A 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/hexagon/include/asm/
A Dmmu_context.h38 if (next->context.generation < prev->context.generation) { in switch_mm()
42 next->context.generation = prev->context.generation; in switch_mm()
A 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()
A Dmmu.h17 unsigned long long generation; member
/arch/arm64/kvm/
A 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/
A DKconfig22 fourth generation BMCs, such as those used by OpenPower Power8
32 fifth generation Aspeed BMCs.
43 sixth generation Aspeed BMCs.
/arch/arm/mm/
A 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/
A Dasid.h13 atomic64_t generation; member
66 !((asid ^ atomic64_read(&info->generation)) >> info->bits) && in asid_check_context()
/arch/arm64/mm/
A Dcontext.c162 u64 generation = atomic64_read(&asid_generation); in new_context() local
165 u64 newasid = asid2ctxid(ctxid2asid(asid), generation); in new_context()
202 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION, in new_context()
212 return asid2ctxid(asid, generation); in new_context()
/arch/arm64/boot/dts/apple/
A Ds8001-pro.dtsi3 * Apple iPad Pro (1st generation) common device tree
/arch/powerpc/platforms/powermac/
A DKconfig32 The powersurge cpu boards can be used in the generation
A Dnvram.c64 u32 generation; member
277 return hdr99->generation; in core99_check()
487 hdr99->generation++; in core99_nvram_sync()
/arch/arm/boot/dts/st/
A Dste-hrefprev60.dtsi55 * On the first generation boards, this SSP/SPI port was connected
/arch/arm/boot/dts/marvell/
A Darmada-xp-axpwifiap.dts5 * Note: this board is shipped with a new generation boot loader that
A Darmada-xp-linksys-mamba.dts5 * Note: this board is shipped with a new generation boot loader that
/arch/arm/boot/dts/ti/omap/
A Domap4-kc1.dts10 model = "Amazon Kindle Fire (first generation)";
A Domap3-echo.dts13 model = "Amazon Echo (first generation)";
/arch/x86/kvm/
A Dx86.h340 u64 gen = kvm_memslots(vcpu->kvm)->generation; in vcpu_cache_mmio_info()
357 return vcpu->arch.mmio_gen == kvm_memslots(vcpu->kvm)->generation; in vcpu_match_mmio_gen()
A Dx86.c3696 if (unlikely(slots->generation != ghc->generation || in record_steal_time()
5112 if (unlikely(slots->generation != ghc->generation || in kvm_steal_time_set_preempted()
/arch/x86/kvm/mmu/
A Dspte.c94 u64 gen = kvm_vcpu_memslots(vcpu)->generation & MMIO_SPTE_GEN_MASK; in make_mmio_spte()
/arch/loongarch/kvm/
A Dvcpu.c177 if (slots->generation != ghc->generation || gpa != ghc->gpa) { in kvm_update_stolen_time()
/arch/s390/
A DKconfig352 series). This is the oldest machine generation currently supported.
442 prompt "Tune code generation"
/arch/m68k/
A DKconfig.cpu63 The Freescale (was Motorola) 68000 CPU is the first generation of
/arch/x86/
A DKconfig911 HPET is the next generation timer replacing legacy 8254s.
1131 interrupt handling is used on systems where the generation of
1137 boot IRQ generation cannot be disabled, this workaround keeps
1163 userspace logging daemon. Consider switching to the new generation
2511 a noisy dmesg about callthunks generation and call patching for
/arch/arm/boot/compressed/
A Dhead.S834 @ Enable unaligned access on v6, to allow better code generation

Completed in 74 milliseconds

12