Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c102 static bool __read_mostly nested = 0; variable
103 module_param(nested, bool, S_IRUGO);
589 struct nested_vmx nested; member
839 return to_vmx(vcpu)->nested.current_vmcs12; in get_vmcs12()
2416 to_vmx(vcpu)->nested.vmcs01_tsc_offset : in vmx_read_l1_tsc()
2439 to_vmx(vcpu)->nested.vmcs01_tsc_offset = offset; in vmx_write_tsc_offset()
2459 to_vmx(vcpu)->nested.vmcs01_tsc_offset += adjustment; in vmx_adjust_tsc_offset_guest()
2479 return nested && guest_cpuid_has_vmx(vcpu); in nested_vmx_allowed()
2511 vmx->nested.nested_vmx_pinbased_ctls_low, in nested_vmx_setup_ctls_msrs()
2512 vmx->nested.nested_vmx_pinbased_ctls_high); in nested_vmx_setup_ctls_msrs()
[all …]
Dsvm.c153 struct nested_state nested; member
203 static int nested = true; variable
204 module_param(nested, int, S_IRUGO);
267 h = &svm->nested.hsave->control; in recalc_intercepts()
268 g = &svm->nested; in recalc_intercepts()
279 return svm->nested.hsave; in get_host_vmcb()
899 if (nested) { in svm_hardware_setup()
974 svm->nested.hsave->control.tsc_offset; in svm_write_tsc_offset()
975 svm->nested.hsave->control.tsc_offset = offset; in svm_write_tsc_offset()
992 svm->nested.hsave->control.tsc_offset += adjustment; in svm_adjust_tsc_offset_guest()
[all …]
/linux-4.4.14/net/netfilter/ipset/
Dip_set_bitmap_gen.h91 struct nlattr *nested; in mtype_head() local
94 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in mtype_head()
95 if (!nested) in mtype_head()
103 ipset_nest_end(skb, nested); in mtype_head()
204 struct nlattr *adt, *nested; in mtype_list() local
225 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in mtype_list()
226 if (!nested) { in mtype_list()
240 ipset_nest_end(skb, nested); in mtype_list()
250 nla_nest_cancel(skb, nested); in mtype_list()
Dip_set_list_set.c449 struct nlattr *nested; in list_set_head() local
456 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in list_set_head()
457 if (!nested) in list_set_head()
466 ipset_nest_end(skb, nested); in list_set_head()
478 struct nlattr *atd, *nested; in list_set_list() local
498 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in list_set_list()
499 if (!nested) { in list_set_list()
512 ipset_nest_end(skb, nested); in list_set_list()
521 nla_nest_cancel(skb, nested); in list_set_list()
Dip_set_hash_gen.h1059 struct nlattr *nested; in mtype_head() local
1069 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in mtype_head()
1070 if (!nested) in mtype_head()
1090 ipset_nest_end(skb, nested); in mtype_head()
1127 struct nlattr *atd, *nested; in mtype_list() local
1160 nested = ipset_nest_start(skb, IPSET_ATTR_DATA); in mtype_list()
1161 if (!nested) { in mtype_list()
1173 ipset_nest_end(skb, nested); in mtype_list()
/linux-4.4.14/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.4.14/arch/um/os-Linux/
Dsignal.c148 int nested, bail; in hard_handler() local
164 nested = pending & 1; in hard_handler()
179 if (!nested) in hard_handler()
180 pending = from_irq_stack(nested); in hard_handler()
/linux-4.4.14/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.txt627 On x86, creates a virtual ioapic, a virtual PIC (two PICs, nested), and sets up
/linux-4.4.14/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.4.14/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.4.14/tools/perf/scripts/python/Perf-Trace-Util/
DBuild3 …EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/
DBuild3 …) -Wno-redundant-decls -Wno-strict-prototypes -Wno-unused-parameter -Wno-nested-externs -Wno-undef…
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Darm,vic.txt5 nested or have the outputs wire-OR'd together.
20 - interrupts : Interrupt source for parent controllers if the VIC is nested.
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dinit.h13 u32 nested; member
/linux-4.4.14/tools/lib/lockdep/include/liblockdep/
Dcommon.h44 void lock_release(struct lockdep_map *lock, int nested,
/linux-4.4.14/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
Dstm.txt50 These rules can be nested, for example, one can define a rule "dummy"
Dftrace.txt479 This gets set if so many events happened within a nested
861 time to call nested functions. When this is not set,
/linux-4.4.14/arch/um/include/shared/
Dkern_util.h59 extern unsigned long from_irq_stack(int nested);
/linux-4.4.14/Documentation/x86/
Dkernel-stacks22 hardware interrupt (i.e. not a nested hardware interrupt) then the
48 nested IST interrupts then the handler must adjust the IST values on
53 nested. For example, a debug interrupt can safely be interrupted by an
56 IST events with the same code to be nested. However in most cases, the
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_datastruct.S83 # RES_B .nested, _JOB_AES_SIZE, _JOB_AES_ALIGN
/linux-4.4.14/scripts/
Dkernel-doc1796 my $nested;
1805 $nested = $1;
1812 $nested =~ s/\/\*.*?\*\///gos;
1821 check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
2087 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck, $nested) = @_;
2122 if ($nested !~ m/\Q$sects[$sx]\E/) {
/linux-4.4.14/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.4.14/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.4.14/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.4.14/kernel/locking/
Dmutex.c716 __mutex_unlock_common_slowpath(struct mutex *lock, int nested) in __mutex_unlock_common_slowpath() argument
736 mutex_release(&lock->dep_map, nested, _RET_IP_); in __mutex_unlock_common_slowpath()
Dlockdep.c3367 __lock_release(struct lockdep_map *lock, int nested, unsigned long ip) in __lock_release() argument
3592 void lock_release(struct lockdep_map *lock, int nested, in lock_release() argument
3604 if (__lock_release(lock, nested, ip)) in lock_release()
/linux-4.4.14/kernel/irq/
Dmanage.c1108 int ret, nested, shared = 0; in __setup_irq() local
1125 nested = irq_settings_is_nested_thread(desc); in __setup_irq()
1126 if (nested) { in __setup_irq()
1150 if (new->thread_fn && !nested) { in __setup_irq()
/linux-4.4.14/Documentation/device-mapper/
Dpersistent-data.txt78 of nested btrees, and take multiple keys. For example, the
/linux-4.4.14/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
Dvrf.txt17 In addition, VRF devices allow VRFs to be nested within namespaces. For
/linux-4.4.14/arch/blackfin/
DKconfig.debug128 are nested four deep.
145 the trace is spinning in a nested loop
/linux-4.4.14/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
1522 for example, a nested interrupt or an NMI. Otherwise, READ_ONCE()
1524 for documentation purposes. (Note also that nested interrupts
Dkernel-parameters.txt1762 kvm-amd.nested= [KVM,AMD] Allow nested virtualization in KVM/SVM.
1765 kvm-amd.npt= [KVM,AMD] Disable nested paging (virtualized MMU)
1781 kvm-intel.nested=
Ddevices.txt3324 In the case of nested symbolic links, the lock files should be
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO94 types. Try nested symlinks (8 deep). Return max path name in stat -f information
/linux-4.4.14/tools/build/Documentation/
DBuild.txt47 the build to nested directories.
/linux-4.4.14/include/linux/
Dlockdep.h337 extern void lock_release(struct lockdep_map *lock, int nested,
/linux-4.4.14/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".
Dunified-hierarchy.txt403 For both flat and nested keyed files, only the values for a single key
404 can be written at a time. For nested keyed files, the sub key pairs
/linux-4.4.14/arch/powerpc/
DMakefile127 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mno-pointers-to-nested-functions)
/linux-4.4.14/Documentation/gpio/
Ddriver.txt111 if required (and if it can't be converted to the nested threaded GPIO irqchip)
172 to set up a nested irqchip if NULL is passed as handler.
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_internal.h1432 static inline void d_lustre_invalidate(struct dentry *dentry, int nested) in d_lustre_invalidate() argument
1439 nested ? DENTRY_D_LOCK_NESTED : DENTRY_D_LOCK_NORMAL); in d_lustre_invalidate()
/linux-4.4.14/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.4.14/Documentation/DocBook/
Dnetworking.xml.db492 API-mdiobus-read-nested
494 API-mdiobus-write-nested
Dfilesystems.xml.db239 API-jbd2-journal-force-commit-nested
/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c164 struct ib_ucontext *context, int nested) in idr_read_uobj() argument
172 if (nested) in idr_read_uobj()
203 int nested) in idr_read_obj() argument
207 uobj = idr_read_uobj(idr, id, context, nested); in idr_read_obj()
221 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested) in idr_read_cq() argument
223 return idr_read_obj(&ib_uverbs_cq_idr, cq_handle, context, nested); in idr_read_cq()
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt140 released, all contained normal devres entries and properly nested
/linux-4.4.14/drivers/mtd/ubi/
Dwl.c952 static int ensure_wear_leveling(struct ubi_device *ubi, int nested) argument
999 if (nested)
/linux-4.4.14/kernel/trace/
Dring_buffer.c4751 static __init int rb_write_something(struct rb_test_data *data, bool nested) in rb_write_something() argument
4762 cnt = data->cnt + (nested ? 27 : 0); in rb_write_something()
4777 if (nested) in rb_write_something()
4794 if (nested) { in rb_write_something()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c42 '0' + (init->nested - 1) : ' ', ##args); \
2277 init->nested++; in nvbios_exec()
2287 init->nested--; in nvbios_exec()
/linux-4.4.14/arch/arm/kernel/
Dentry-armv.S333 @ save/restore lr_abt and spsr_abt to make nested aborts safe.
/linux-4.4.14/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.4.14/net/core/
Dsock.c487 int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested) in sk_receive_skb() argument
500 if (nested) in sk_receive_skb()
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt248 ->open() calls are nested for each client that opens the HID device.
/linux-4.4.14/net/wireless/
Dnl80211.c1686 struct nlattr *nested; in nl80211_send_wiphy() local
1688 nested = nla_nest_start(msg, NL80211_ATTR_VENDOR_DATA); in nl80211_send_wiphy()
1689 if (!nested) in nl80211_send_wiphy()
1697 nla_nest_end(msg, nested); in nl80211_send_wiphy()
1702 struct nlattr *nested; in nl80211_send_wiphy() local
1704 nested = nla_nest_start(msg, in nl80211_send_wiphy()
1706 if (!nested) in nl80211_send_wiphy()
1714 nla_nest_end(msg, nested); in nl80211_send_wiphy()
/linux-4.4.14/include/net/
Dsock.h1634 int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested);
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S811 ! setup FP so that unwinder can wind back through nested kernel mode
/linux-4.4.14/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.4.14/drivers/usb/host/
Dfotg210-hcd.c3125 static void start_iaa_cycle(struct fotg210_hcd *fotg210, bool nested) in start_iaa_cycle() argument
3140 if (!nested) /* Avoid recursion */ in start_iaa_cycle()
/linux-4.4.14/kernel/sched/
Dcore.c7542 int nested = preempt_count() + rcu_preempt_depth(); in preempt_count_equals() local
7544 return (nested == preempt_offset); in preempt_count_equals()
/linux-4.4.14/Documentation/RCU/
DwhatisRCU.txt153 read-side critical sections may be nested and/or overlapping.
/linux-4.4.14/Documentation/security/
Dkeys.txt236 only recurse into nested keyrings that have search permission set.
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc1197 when in DSM to avoid panic when in nested DMSs Fix NportId