Searched refs:nested (Results 51 - 62 of 62) sorted by relevance

123

/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h200 extern bool kvmppc_hv_handle_set_rc(struct kvm *kvm, bool nested,
/linux-master/kernel/trace/
H A Dring_buffer.c394 * Structure to hold event state and handle nested events.
648 * In the highly unlikely case that the event was nested more than
1428 * only happens in the outer most nested commit.
3191 * ring_buffer_nest_start - Allow to trace while nested
3201 * call ring_buffer_nest_end() after the nested ring_buffer_unlock_commit().
3217 * ring_buffer_nest_end - Allow to trace while nested
6156 static __init int rb_write_something(struct rb_test_data *data, bool nested) argument
6166 /* Have nested writes different that what is written */
6167 cnt = data->cnt + (nested ? 27 : 0);
6182 if (nested)
[all...]
/linux-master/rust/
H A DMakefile286 -mno-pointers-to-nested-functions -mno-string \
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c194 /* allow nested virtualization in KVM (if enabled by user space) */
195 static int nested; variable
196 module_param(nested, int, S_IRUGO);
197 MODULE_PARM_DESC(nested, "Nested virtualization support");
199 /* allow 1m huge page guest backing, if !nested */
429 !test_facility(3) || !nested)
5844 if (nested && hpage) {
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h414 struct kvm_nested_state nested; member in union:kvm_x86_state::__anon27
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c370 bool nested; member in struct:txpwr_ent
387 { .nested = true, .ptr = __txpwr_ent_##_e, \
691 if (ent->nested) {
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h320 * execonly and ad_disabled are only used for nested EPT which has
365 * including on nested transitions, if nothing in the full role changes then
699 } nested; member in struct:kvm_vcpu_hv
790 /* Non-nested MMU for L1 */
793 /* L1 MMU when running nested */
797 * Paging state of an L2 guest (used for nested npt)
1249 * AVIC is inhibited on a vCPU because it runs a nested guest.
1253 * a vCPU runs nested.
/linux-master/net/core/
H A Dsock.c546 const int nested, unsigned int trim_cap, bool refcounted)
559 if (nested)
545 __sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested, unsigned int trim_cap, bool refcounted) argument
/linux-master/kernel/sched/
H A Dcore.c10144 unsigned int nested = preempt_count(); local
10146 nested += rcu_preempt_depth() << MIGHT_RESCHED_RCU_SHIFT;
10148 return nested == offsets;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.c846 if (vcpu->arch.ceded || vcpu->arch.nested)
/linux-master/tools/testing/ktest/
H A Dktest.pl493 menu must be a non-nested menu. Add the quotes used in the menu
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c3087 static void start_iaa_cycle(struct fotg210_hcd *fotg210, bool nested) argument
3102 if (!nested) /* Avoid recursion */

Completed in 240 milliseconds

123