| /arch/csky/mm/ |
| A 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/hexagon/include/asm/ |
| A 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()
|
| A 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()
|
| A D | mmu.h | 17 unsigned long long generation; member
|
| /arch/arm64/kvm/ |
| A 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/ |
| A D | Kconfig | 22 fourth generation BMCs, such as those used by OpenPower Power8 32 fifth generation Aspeed BMCs. 43 sixth generation Aspeed BMCs.
|
| /arch/arm/mm/ |
| A 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/ |
| A D | asid.h | 13 atomic64_t generation; member 66 !((asid ^ atomic64_read(&info->generation)) >> info->bits) && in asid_check_context()
|
| /arch/arm64/mm/ |
| A D | context.c | 162 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 D | s8001-pro.dtsi | 3 * Apple iPad Pro (1st generation) common device tree
|
| /arch/powerpc/platforms/powermac/ |
| A D | Kconfig | 32 The powersurge cpu boards can be used in the generation
|
| A 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/st/ |
| A D | ste-hrefprev60.dtsi | 55 * On the first generation boards, this SSP/SPI port was connected
|
| /arch/arm/boot/dts/marvell/ |
| A D | armada-xp-axpwifiap.dts | 5 * Note: this board is shipped with a new generation boot loader that
|
| A D | armada-xp-linksys-mamba.dts | 5 * Note: this board is shipped with a new generation boot loader that
|
| /arch/arm/boot/dts/ti/omap/ |
| A D | omap4-kc1.dts | 10 model = "Amazon Kindle Fire (first generation)";
|
| A D | omap3-echo.dts | 13 model = "Amazon Echo (first generation)";
|
| /arch/x86/kvm/ |
| A D | x86.h | 340 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 D | x86.c | 3696 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 D | spte.c | 94 u64 gen = kvm_vcpu_memslots(vcpu)->generation & MMIO_SPTE_GEN_MASK; in make_mmio_spte()
|
| /arch/loongarch/kvm/ |
| A D | vcpu.c | 177 if (slots->generation != ghc->generation || gpa != ghc->gpa) { in kvm_update_stolen_time()
|
| /arch/s390/ |
| A D | Kconfig | 352 series). This is the oldest machine generation currently supported. 442 prompt "Tune code generation"
|
| /arch/m68k/ |
| A D | Kconfig.cpu | 63 The Freescale (was Motorola) 68000 CPU is the first generation of
|
| /arch/x86/ |
| A D | Kconfig | 911 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 D | head.S | 834 @ Enable unaligned access on v6, to allow better code generation
|