Home
last modified time | relevance | path

Searched refs:npt (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/block/paride/
Dmkd26 for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
/linux-3.4.99/arch/x86/kvm/
Dtrace.h525 __u32 event_inj, bool npt),
526 TP_ARGS(rip, vmcb, nested_rip, int_ctl, event_inj, npt),
534 __field( bool, npt )
543 __entry->npt = npt;
550 __entry->npt ? "on" : "off")
Dsvm.c188 static int npt = true; variable
189 module_param(npt, int, S_IRUGO);
899 if (npt_enabled && !npt) { in svm_hardware_setup()
/linux-3.4.99/net/ipv4/netfilter/
Dnf_nat_core.c576 const struct nf_nat_protocol *npt; in nfnetlink_parse_nat_proto() local
584 npt = __nf_nat_proto_find(nf_ct_protonum(ct)); in nfnetlink_parse_nat_proto()
585 if (npt->nlattr_to_range) in nfnetlink_parse_nat_proto()
586 err = npt->nlattr_to_range(tb, range); in nfnetlink_parse_nat_proto()
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c936 #define wlc_lcnphy_set_tx_pwr_npt(pi, npt) \ argument
939 (u16)(npt) << 8)
2202 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local
2207 npt = wlc_lcnphy_get_tx_pwr_npt(pi); in wlc_lcnphy_tx_pwr_update_npt()
2209 if (tx_cnt > (1 << npt)) { in wlc_lcnphy_tx_pwr_update_npt()
2214 pi_lcn->lcnphy_tssi_npt = npt; in wlc_lcnphy_tx_pwr_update_npt()
/linux-3.4.99/Documentation/virtual/kvm/
Dmmu.txt129 tables if npt is not present
253 - guest page fault (or npt page fault, or ept violation)
/linux-3.4.99/Documentation/blockdev/
Dparide.txt268 for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
/linux-3.4.99/Documentation/
Dkernel-parameters.txt1257 kvm-amd.npt= [KVM,AMD] Disable nested paging (virtualized MMU)