Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 72 of 72) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dvmx.c100 static bool __read_mostly nested = 0; variable
101 module_param(nested, bool, S_IRUGO);
541 struct nested_vmx nested; member
784 return to_vmx(vcpu)->nested.current_vmcs12; in get_vmcs12()
2271 to_vmx(vcpu)->nested.vmcs01_tsc_offset : in vmx_read_l1_tsc()
2310 to_vmx(vcpu)->nested.vmcs01_tsc_offset = offset; in vmx_write_tsc_offset()
2330 to_vmx(vcpu)->nested.vmcs01_tsc_offset += adjustment; in vmx_adjust_tsc_offset()
2355 return nested && guest_cpuid_has_vmx(vcpu); in nested_vmx_allowed()
2387 vmx->nested.nested_vmx_pinbased_ctls_low, in nested_vmx_setup_ctls_msrs()
2388 vmx->nested.nested_vmx_pinbased_ctls_high); in nested_vmx_setup_ctls_msrs()
[all …]
Dsvm.c152 struct nested_state nested; member
201 static int nested = true; variable
202 module_param(nested, int, S_IRUGO);
265 h = &svm->nested.hsave->control; in recalc_intercepts()
266 g = &svm->nested; in recalc_intercepts()
277 return svm->nested.hsave; in get_host_vmcb()
908 if (nested) { in svm_hardware_setup()
1045 svm->nested.hsave->control.tsc_offset; in svm_write_tsc_offset()
1046 svm->nested.hsave->control.tsc_offset = offset; in svm_write_tsc_offset()
1069 svm->nested.hsave->control.tsc_offset += adjustment; in svm_adjust_tsc_offset()
[all …]
/linux-4.1.27/net/netfilter/ipset/
Dip_set_bitmap_gen.h94 struct nlattr *nested; in mtype_head() local
96 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in mtype_head()
97 if (!nested) in mtype_head()
108 ipset_nest_end(skb, nested); in mtype_head()
203 struct nlattr *adt, *nested; in mtype_list() local
221 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in mtype_list()
222 if (!nested) { in mtype_list()
234 ipset_nest_end(skb, nested); in mtype_list()
244 nla_nest_cancel(skb, nested); in mtype_list()
Dip_set_list_set.c480 struct nlattr *nested; in list_set_head() local
482 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in list_set_head()
483 if (!nested) in list_set_head()
492 ipset_nest_end(skb, nested); in list_set_head()
504 struct nlattr *atd, *nested; in list_set_list() local
520 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in list_set_list()
521 if (!nested) { in list_set_list()
533 ipset_nest_end(skb, nested); in list_set_list()
542 nla_nest_cancel(skb, nested); in list_set_list()
Dip_set_hash_gen.h910 struct nlattr *nested; in mtype_head() local
916 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in mtype_head()
917 if (!nested) in mtype_head()
937 ipset_nest_end(skb, nested); in mtype_head()
951 struct nlattr *atd, *nested; in mtype_list() local
976 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in mtype_list()
977 if (!nested) { in mtype_list()
988 ipset_nest_end(skb, nested); in mtype_list()
/linux-4.1.27/scripts/coccinelle/locks/
Dflags.cocci1 /// Find nested lock+irqsave functions that use the same flags variables
72 cocci.print_secs("nested lock+irqsave that reuses flags",p2)
79 msg="ERROR: nested lock+irqsave that reuses flags from line %s." % (p1[0].line)
/linux-4.1.27/arch/um/os-Linux/
Dsignal.c143 int nested, bail; in hard_handler() local
159 nested = pending & 1; in hard_handler()
174 if (!nested) in hard_handler()
175 pending = from_irq_stack(nested); in hard_handler()
/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt13 hypervisors (which use VMX) with their own nested guests. It does so by
17 We describe in much greater detail the theory behind the nested VMX feature,
29 In nested virtualization, we have three levels: The host (KVM), which we call
30 L0, the guest hypervisor, which we call L1, and its nested guest, which we
41 guest VMware server, and support for nested EPT, are currently running in
45 Running nested VMX
48 The nested VMX feature is disabled by default. It can be enabled by giving
49 the "nested=1" option to the kvm-intel module.
71 As a VMX implementation, nested VMX presents a VMCS structure to L1.
D00-INDEX17 nested-vmx.txt
18 - notes on nested virtualization for Intel x86 processors.
Dmmu.txt37 ngpa nested guest physical address
38 ngva nested guest virtual address
66 - when the guest launches a guest of its own, we translate nested guest
67 virtual addresses, to nested guest physical addresses, to guest physical
120 Non-nested guests:
Dapi.txt616 On x86, creates a virtual ioapic, a virtual PIC (two PICs, nested), and sets up
/linux-4.1.27/arch/um/kernel/
Dirq.c413 int nested; in to_irq_stack() local
435 nested = (ti->real_thread != NULL); in to_irq_stack()
436 if (!nested) { in to_irq_stack()
449 *mask_out |= mask | nested; in to_irq_stack()
453 unsigned long from_irq_stack(int nested) in from_irq_stack() argument
/linux-4.1.27/Documentation/filesystems/
Dceph.txt19 * Recursive accounting (nested files, directories, bytes)
54 a snapshot on any subdirectory (and its nested contents) in the
58 Ceph also provides some recursive accounting on directories for nested
60 system will reveal the total number of nested regular files and
61 subdirectories, and a summation of all nested file sizes. This makes
110 the summation of file sizes over all files nested beneath that
Dautofs4-mount-control.txt32 and expire" of nested mount trees have the file system mounted directly
/linux-4.1.27/Documentation/x86/x86_64/
Dkernel-stacks19 hardware interrupt (i.e. not a nested hardware interrupt) then the
45 nested IST interrupts then the handler must adjust the IST values on
50 nested. For example, a debug interrupt can safely be interrupted by an
53 IST events with the same code to be nested. However in most cases, the
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/
DBuild3 …EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/
DBuild3 …) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-undef…
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dvic.txt5 nested or have the outputs wire-OR'd together.
20 - interrupts : Interrupt source for parent controllers if the VIC is nested.
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dinit.h12 u32 nested; member
/linux-4.1.27/tools/lib/lockdep/include/liblockdep/
Dcommon.h44 void lock_release(struct lockdep_map *lock, int nested,
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt36 commit_page - a pointer to the page with the last finished non-nested write.
679 against nested writers.
686 page. If this fails, a nested write pushed it forward, the current write
703 tail page (moved by nested writer)
736 But if a nested writer preempts here, it will see that the next
737 page is a head page, but it is also nested. It will detect that
738 it is nested and will save that information. The detection is the
742 The nested writer will set the new head page pointer.
764 After the nested writer finishes, the outermost writer will convert
777 It can be even more complex if several nested writes came in and moved
[all …]
Dfunction-graph-fold.vim5 " use the usual vim fold commands, such as "za", to open and close nested
Dftrace.txt468 This gets set if so many events happened within a nested
848 time to call nested functions. When this is not set,
/linux-4.1.27/arch/um/include/shared/
Dkern_util.h58 extern unsigned long from_irq_stack(int nested);
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_datastruct.S83 # RES_B .nested, _JOB_AES_SIZE, _JOB_AES_ALIGN
/linux-4.1.27/scripts/
Dkernel-doc1736 my $nested;
1745 $nested = $1;
1752 $nested =~ s/\/\*.*?\*\///gos;
1759 check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
2000 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck, $nested) = @_;
2035 if ($nested !~ m/\Q$sects[$sx]\E/) {
/linux-4.1.27/Documentation/locking/
Dlockstat.txt136 Dealing with nested locks, subclasses may appear:
165 double_rq_lock actually acquires a nested lock of two spinlocks.
Dlockdep-design.txt130 Exception: Nested data dependencies leading to nested locking
140 An example of such an object hierarchy that results in "nested locking"
165 The validator treats a lock that is taken in such a nested fashion as a
Drt-mutex-design.txt241 be directly nested that way.
/linux-4.1.27/Documentation/ia64/
Dmca.txt78 * MCA/INIT can be nested, to a depth of 2 on any cpu. In the case of a
79 nested error, we want diagnostics on the MCA/INIT handler that
128 * x86 NMI cannot be nested. MCA/INIT can be nested, to a depth of 2
/linux-4.1.27/Documentation/vm/
Dhighmem.txt73 deadlocks when using in a nested fashion, and so it is not recommended for
112 another you need to keep the kmap_atomic calls strictly nested, like:
Dtranshuge.txt27 virtualization using nested pagetables but almost always also on bare
30 number of TLB misses. With virtualization and nested pagetables the
/linux-4.1.27/kernel/locking/
Dmutex.c718 __mutex_unlock_common_slowpath(struct mutex *lock, int nested) in __mutex_unlock_common_slowpath() argument
738 mutex_release(&lock->dep_map, nested, _RET_IP_); in __mutex_unlock_common_slowpath()
Dlockdep.c3513 __lock_release(struct lockdep_map *lock, int nested, unsigned long ip) in __lock_release() argument
3520 if (nested) { in __lock_release()
3630 void lock_release(struct lockdep_map *lock, int nested, in lock_release() argument
3642 __lock_release(lock, nested, ip); in lock_release()
/linux-4.1.27/kernel/irq/
Dmanage.c996 int ret, nested, shared = 0; in __setup_irq() local
1011 nested = irq_settings_is_nested_thread(desc); in __setup_irq()
1012 if (nested) { in __setup_irq()
1033 if (new->thread_fn && !nested) { in __setup_irq()
/linux-4.1.27/Documentation/device-mapper/
Dpersistent-data.txt78 of nested btrees, and take multiple keys. For example, the
/linux-4.1.27/Documentation/networking/
Dopenvswitch.txt188 The solution is to use a set of nested attributes. This is, for
189 example, why 802.1Q support uses nested attributes. A TCP packet in
196 nested inside the "encap" attribute. Thus, an application that does
/linux-4.1.27/tools/build/Documentation/
DBuild.txt45 the build to nested directories.
/linux-4.1.27/arch/blackfin/
DKconfig.debug128 are nested four deep.
145 the trace is spinning in a nested loop
/linux-4.1.27/Documentation/
Dmedia-framework.txt335 Calls to media_entity_pipeline_start() can be nested. The pipeline pointer must
336 be identical for all nested calls to the function.
347 media_entity pipe field is reset to NULL on the last nested stop call.
Dkprobes.txt282 fault) or the nested probe handler may never be called.
Dmemory-barriers.txt307 to two bit-fields, if one is declared inside a nested
1519 a nested interrupt or an NMI. Otherwise, ACCESS_ONCE() is not
1521 (Note also that nested interrupts do not typically occur in modern
Dkernel-parameters.txt1697 kvm-amd.nested= [KVM,AMD] Allow nested virtualization in KVM/SVM.
1700 kvm-amd.npt= [KVM,AMD] Disable nested paging (virtualized MMU)
1716 kvm-intel.nested=
Ddevices.txt3324 In the case of nested symbolic links, the lock files should be
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO94 types. Try nested symlinks (8 deep). Return max path name in stat -f information
/linux-4.1.27/include/linux/
Dlockdep.h336 extern void lock_release(struct lockdep_map *lock, int nested,
/linux-4.1.27/arch/powerpc/
DMakefile124 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mno-pointers-to-nested-functions)
/linux-4.1.27/Documentation/cgroups/
Dfreezer-subsystem.txt26 demonstrate this problem using nested bash shells:
Dcpusets.txt45 the resources within a task's current cpuset. They form a nested
191 The named hierarchical structure of nested cpusets allows partitioning
192 a large system into nested, dynamically changeable, "soft-partitions".
Dcgroups.txt253 The named hierarchical structure of nested cgroups allows partitioning
254 a large system into nested, dynamically changeable, "soft-partitions".
/linux-4.1.27/drivers/infiniband/core/
Duverbs_cmd.c162 struct ib_ucontext *context, int nested) in idr_read_uobj() argument
170 if (nested) in idr_read_uobj()
201 int nested) in idr_read_obj() argument
205 uobj = idr_read_uobj(idr, id, context, nested); in idr_read_obj()
219 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested) in idr_read_cq() argument
221 return idr_read_obj(&ib_uverbs_cq_idr, cq_handle, context, nested); in idr_read_cq()
/linux-4.1.27/fs/ocfs2/
Djournal.c391 int ret, nested; in ocfs2_commit_trans() local
396 nested = handle->h_ref > 1; in ocfs2_commit_trans()
401 if (!nested) { in ocfs2_commit_trans()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_internal.h1487 static inline void d_lustre_invalidate(struct dentry *dentry, int nested) in d_lustre_invalidate() argument
1494 nested ? DENTRY_D_LOCK_NESTED : DENTRY_D_LOCK_NORMAL); in d_lustre_invalidate()
/linux-4.1.27/Documentation/driver-model/
Ddevres.txt140 released, all contained normal devres entries and properly nested
/linux-4.1.27/drivers/mtd/ubi/
Dwl.c955 static int ensure_wear_leveling(struct ubi_device *ubi, int nested) argument
1002 if (nested)
/linux-4.1.27/kernel/trace/
Dring_buffer.c4754 static __init int rb_write_something(struct rb_test_data *data, bool nested) in rb_write_something() argument
4765 cnt = data->cnt + (nested ? 27 : 0); in rb_write_something()
4780 if (nested) in rb_write_something()
4797 if (nested) { in rb_write_something()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c42 init_exec(init) ? '0' + (init->nested - 1) : ' ', ##args); \
2193 init->nested++; in nvbios_exec()
2203 init->nested--; in nvbios_exec()
/linux-4.1.27/Documentation/gpio/
Ddriver.txt128 to set up a nested irqchip if NULL is passed as handler.
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt251 in Python i.e. with autovivifying hashes, you can assign nested hash
584 i.e. with autovivifying hashes, you can assign nested hash values
/linux-4.1.27/arch/arm/kernel/
Dentry-armv.S326 @ save/restore lr_abt and spsr_abt to make nested aborts safe.
/linux-4.1.27/net/core/
Dsock.c474 int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested) in sk_receive_skb() argument
487 if (nested) in sk_receive_skb()
/linux-4.1.27/Documentation/hid/
Dhid-transport.txt248 ->open() calls are nested for each client that opens the HID device.
/linux-4.1.27/net/wireless/
Dnl80211.c1673 struct nlattr *nested; in nl80211_send_wiphy() local
1675 nested = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA); in nl80211_send_wiphy()
1676 if (!nested) in nl80211_send_wiphy()
1684 nla_nest_end(msg, nested); in nl80211_send_wiphy()
1689 struct nlattr *nested; in nl80211_send_wiphy() local
1691 nested = nla_nest_start(msg, in nl80211_send_wiphy()
1693 if (!nested) in nl80211_send_wiphy()
1701 nla_nest_end(msg, nested); in nl80211_send_wiphy()
/linux-4.1.27/include/net/
Dsock.h1643 int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested);
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dentry.S811 ! setup FP so that unwinder can wind back through nested kernel mode
/linux-4.1.27/Documentation/s390/
DDebugging390.txt389 Thankfully because Linux doesn't have support for nested IO interrupts
487 static-chain: This is used in nested functions a concept adopted from pascal
519 r10 static-chain ( if nested function ) saved
/linux-4.1.27/drivers/usb/host/
Dfusbh200-hcd.c3183 static void start_iaa_cycle(struct fusbh200_hcd *fusbh200, bool nested) in start_iaa_cycle() argument
3198 if (!nested) /* Avoid recursion */ in start_iaa_cycle()
Dfotg210-hcd.c3236 static void start_iaa_cycle(struct fotg210_hcd *fotg210, bool nested) in start_iaa_cycle() argument
3251 if (!nested) /* Avoid recursion */ in start_iaa_cycle()
/linux-4.1.27/kernel/sched/
Dcore.c7284 int nested = (preempt_count() & ~PREEMPT_ACTIVE) + rcu_preempt_depth(); in preempt_count_equals() local
7286 return (nested == preempt_offset); in preempt_count_equals()
/linux-4.1.27/Documentation/RCU/
DwhatisRCU.txt153 read-side critical sections may be nested and/or overlapping.
/linux-4.1.27/Documentation/security/
Dkeys.txt236 only recurse into nested keyrings that have search permission set.
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc1197 when in DSM to avoid panic when in nested DMSs Fix NportId