Searched refs:nested (Results 51 - 62 of 62) sorted by last modified time

123

/linux-master/drivers/mtd/ubi/
H A Dwl.c590 * @nested: denotes whether the work_sem is already held
596 int vol_id, int lnum, int torture, bool nested)
615 if (nested)
647 static int ensure_wear_leveling(struct ubi_device *ubi, int nested);
1016 * @nested: set to non-zero if this function is called from UBI worker
1022 static int ensure_wear_leveling(struct ubi_device *ubi, int nested)
1074 if (nested)
595 schedule_erase(struct ubi_device *ubi, struct ubi_wl_entry *e, int vol_id, int lnum, int torture, bool nested) argument
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c48 * DAR, DSISR, and for nested HV, SPRGs must be set with MSR[RI]
137 if (!vcpu->arch.nested) {
201 if (!vcpu->arch.nested) {
303 struct kvm_nested_guest *nested = vcpu->arch.nested; local
307 lpid = nested ? nested->shadow_lpid : kvm->arch.lpid;
454 struct kvm_nested_guest *nested)
460 if (nested)
461 need_tlb_flush = &nested
453 check_need_tlb_flush(struct kvm *kvm, int pcpu, struct kvm_nested_guest *nested) argument
536 struct kvm_nested_guest *nested = vcpu->arch.nested; local
[all...]
H A Dbook3s_hv_p9_perf.c111 if (!vcpu->arch.nested &&
129 * Save pmu if this guest is capable of running nested guests.
172 * and reflect it into the host's VPA in the case of a nested
182 if (!vcpu->arch.nested)
/linux-master/fs/ocfs2/
H A Djournal.c374 int ret, nested; local
379 nested = handle->h_ref > 1;
384 if (!nested) {
/linux-master/arch/x86/kvm/svm/
H A Davic.c128 * If running nested and the guest uses its own MSR bitmap, there
132 vmcb12_is_intercept(&svm->nested.ctl, INTERCEPT_MSR_PROT))
294 * Note, AVIC hardware walks the nested page table to check
/linux-master/arch/x86/kvm/vmx/
H A Dcapabilities.h67 struct nested_vmx_msrs nested; member in struct:vmcs_config
/linux-master/arch/um/kernel/
H A Dirq.c683 * A nested interrupt interrupting the copying of the thread_info -
685 * A nested interrupt not interrupting the copying of the
696 * Next is to figure out whether we are the outer handler or a nested
709 int nested; local
731 nested = (ti->real_thread != NULL);
732 if (!nested) {
745 *mask_out |= mask | nested;
749 unsigned long from_irq_stack(int nested) argument
/linux-master/arch/arm/kernel/
H A Dentry-armv.S310 @ save/restore lr_abt and spsr_abt to make nested aborts safe.
/linux-master/arch/x86/hyperv/
H A DMakefile2 obj-y := hv_init.o mmu.o nested.o irqdomain.o ivm.o
/linux-master/arch/um/os-Linux/
H A Dsignal.c184 int nested, bail; local
190 * set if this is a nested interrupt.
200 nested = pending & 1;
215 if (!nested)
216 pending = from_irq_stack(nested);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dinit.h16 u32 nested; member in struct:nvbios_init
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim5 " use the usual vim fold commands, such as "za", to open and close nested

Completed in 533 milliseconds

123