Searched refs:generation (Results 1 - 25 of 241) sorted by path

12345678910

/linux-master/arch/hexagon/include/asm/
H A Dmmu.h17 unsigned long long generation; member in struct:mm_context
H A Dmmu_context.h38 if (next->context.generation < prev->context.generation) {
42 next->context.generation = prev->context.generation;
H A Dpgalloc.h36 mm->context.generation = kmap_generation;
73 mm->context.generation = kmap_generation;
74 current->active_mm->context.generation = kmap_generation;
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dutil.c69 ++vif->generation;
87 ++vif->generation;
/linux-master/drivers/net/wireless/st/cw1200/
H A Dqueue.h41 u8 generation; member in struct:cw1200_queue
/linux-master/drivers/target/sbp/
H A Dsbp_target.h148 int generation; member in struct:sbp_session
238 int generation; member in struct:sbp_management_request
/linux-master/fs/efs/
H A Dnamei.c78 u32 generation)
88 if (generation && inode->i_generation != generation) {
77 efs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
/linux-master/sound/firewire/bebob/
H A Dbebob_maudio.c124 device->node_id, device->generation,
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-transaction.c25 int generation, unsigned long long offset,
23 handle_message(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/
H A Diso-resources.c118 r->generation = card->generation;
129 fw_iso_resource_manage(card, r->generation, r->channels_mask,
177 r->generation = card->generation;
183 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel,
187 * succeeded; we will try again for the new generation later.
225 fw_iso_resource_manage(card, r->generation, 1uLL << r->channel,
H A Diso-resources.h26 int generation; /* in which allocation is valid */ member in struct:fw_iso_resources
/linux-master/sound/firewire/motu/
H A Dmotu-transaction.c49 int generation, unsigned long long offset,
47 handle_message(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/sound/firewire/oxfw/
H A Doxfw-scs1x.c95 int tcode, int destination, int source, int generation,
180 int generation; local
268 generation = scs->fw_dev->generation;
269 smp_rmb(); /* node_id vs. generation */
272 generation, scs->fw_dev->max_speed, HSS1394_ADDRESS,
94 handle_hss(struct fw_card *card, struct fw_request *request, int tcode, int destination, int source, int generation, unsigned long long offset, void *data, size_t length, void *callback_data) argument
/linux-master/arch/arm/boot/compressed/
H A Dhead.S834 @ Enable unaligned access on v6, to allow better code generation
/linux-master/arch/arm/mm/
H A Dcontext.c173 * (i.e. the same ASID in the current generation) but we can't
177 * generation.
193 u64 generation = atomic64_read(&asid_generation); local
196 u64 newasid = generation | (asid & ~ASID_MASK);
225 generation = atomic64_add_return(ASID_FIRST_VERSION,
234 return asid | generation;
258 /* Check that our ASID belongs to the current generation. */
/linux-master/arch/arm64/kvm/
H A Dvmid.c80 * generation).
96 u64 generation = atomic64_read(&vmid_generation); local
99 u64 newvmid = generation | (vmid & ~VMID_MASK);
116 /* We're out of VMIDs, so increment the global generation count */
117 generation = atomic64_add_return_relaxed(VMID_FIRST_VERSION,
127 vmid = idx2vmid(vmid) | generation;
164 /* Check that our VMID belongs to the current generation. */
/linux-master/arch/arm64/mm/
H A Dcontext.c142 * (i.e. the same ASID in the current generation) but we can't
146 * generation.
162 u64 generation = atomic64_read(&asid_generation); local
165 u64 newasid = asid2ctxid(ctxid2asid(asid), generation);
177 * update the generation into the reserved_asids.
201 /* We're out of ASIDs, so increment the global generation count */
202 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION,
212 return asid2ctxid(asid, generation);
229 * generation, then we update the active_asids entry with a relaxed
234 * we are forced to see the updated generation
[all...]
/linux-master/arch/csky/include/asm/
H A Dasid.h13 atomic64_t generation; member in struct:asid_info
53 * generation, then we update the active_asid entry with a relaxed
58 * we are forced to see the updated generation.
66 !((asid ^ atomic64_read(&info->generation)) >> info->bits) &&
/linux-master/arch/csky/mm/
H A Dasid.c63 * (i.e. the same ASID in the current generation) but we can't
67 * generation.
84 u64 generation = atomic64_read(&info->generation); local
87 u64 newasid = generation | (asid & ~ASID_MASK(info));
115 /* We're out of ASIDs, so increment the global generation count */
116 generation = atomic64_add_return_relaxed(ASID_FIRST_VERSION(info),
117 &info->generation);
127 return idx2asid(info, asid) | generation;
144 /* Check that our ASID belongs to the current generation
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dnvram.c64 u32 generation; member in struct:core99_header
277 return hdr99->generation;
487 hdr99->generation++;
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c320 gen = kvm_vcpu_memslots(vcpu)->generation;
2016 /* TDP MMU pages do not use the MMU generation. */
3346 * generation number. Refreshing the MMIO generation needs to go down
4780 * of a change in the MMU generation number. However, changing the
4781 * generation number is accompanied by KVM_REQ_MMU_FREE_OBSOLETE_ROOTS,
6222 * pages with an obsolete generation number and all vCPUS have
6273 * one valid generation and (at most) one invalid generation.
6857 * modifier prior to checking for a wrap of the MMIO generation s
[all...]
H A Dspte.c73 u64 gen = kvm_vcpu_memslots(vcpu)->generation & MMIO_SPTE_GEN_MASK;
379 * generation.
/linux-master/arch/x86/kvm/
H A Dx86.c2532 * on/off, or when starting a new generation and the masterclock is
2534 * taken _after_ the new generation is created).
2667 * offset for the vcpu and tracks the TSC matching generation that the vcpu
2693 * For each generation, we track the original measured
2709 /* Keep track of which generation this VCPU has synchronized to */
3697 if (unlikely(slots->generation != ghc->generation ||
5097 if (unlikely(slots->generation != ghc->generation ||
5120 * cache generation agains
[all...]
H A Dx86.h221 u64 gen = kvm_memslots(vcpu->kvm)->generation;
238 return vcpu->arch.mmio_gen == kvm_memslots(vcpu->kvm)->generation;
/linux-master/drivers/block/
H A Dfloppy.c2309 write_errors[current_drive].first_error_generation = drive_state[current_drive].generation;
2312 write_errors[current_drive].last_error_generation = drive_state[current_drive].generation;
3619 compat_int_t generation; member in struct:compat_floppy_drive_struct
3802 v.generation = drive_state[drive].generation;
4208 drive_state[drive].generation++;

Completed in 371 milliseconds

12345678910