Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_NPT.c17 struct ip6t_npt_tginfo *npt = par->targinfo; in ip6t_npt_checkentry() local
21 if (npt->src_pfx_len > 64 || npt->dst_pfx_len > 64) in ip6t_npt_checkentry()
25 ipv6_addr_prefix(&pfx, &npt->src_pfx.in6, npt->src_pfx_len); in ip6t_npt_checkentry()
26 if (!ipv6_addr_equal(&pfx, &npt->src_pfx.in6)) in ip6t_npt_checkentry()
28 ipv6_addr_prefix(&pfx, &npt->dst_pfx.in6, npt->dst_pfx_len); in ip6t_npt_checkentry()
29 if (!ipv6_addr_equal(&pfx, &npt->dst_pfx.in6)) in ip6t_npt_checkentry()
32 src_sum = csum_partial(&npt->src_pfx.in6, sizeof(npt->src_pfx.in6), 0); in ip6t_npt_checkentry()
33 dst_sum = csum_partial(&npt->dst_pfx.in6, sizeof(npt->dst_pfx.in6), 0); in ip6t_npt_checkentry()
35 npt->adjustment = ~csum_fold(csum_sub(src_sum, dst_sum)); in ip6t_npt_checkentry()
39 static bool ip6t_npt_map_pfx(const struct ip6t_npt_tginfo *npt, in ip6t_npt_map_pfx() argument
[all …]
/openbmc/qemu/hw/sparc64/
H A Dtrace-events20 …const char *name, uint64_t real_count, const char *npt, void *p) "%s set_count count=0x%"PRIx64" (
21 …const char *name, uint64_t real_count, const char *npt, void *p) "%s get_count count=0x%"PRIx64" (
H A Dsparc64.c93 timer->npt = 1; in cpu_timer_create()
206 timer->npt ? "disabled" : "enabled", in cpu_tick_set_count()
209 timer->npt = npt_bit ? 1 : 0; in cpu_tick_set_count()
220 timer->npt ? "disabled" : "enabled", in cpu_tick_get_count()
223 if (timer->npt) { in cpu_tick_get_count()
/openbmc/qemu/target/sparc/
H A Dhelper.c64 if (timer->npt && mem_idx < MMU_KERNEL_IDX) { in helper_tick_get_count()
H A Dmachine.c17 VMSTATE_UINT32(npt, CPUTimer),
H A Dcpu.h375 uint32_t npt; member
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c869 #define wlc_lcnphy_set_tx_pwr_npt(pi, npt) \ argument
872 (u16)(npt) << 8)
2193 u16 tx_cnt, tx_total, npt; in wlc_lcnphy_tx_pwr_update_npt() local
2198 npt = wlc_lcnphy_get_tx_pwr_npt(pi); in wlc_lcnphy_tx_pwr_update_npt()
2200 if (tx_cnt > (1 << npt)) { in wlc_lcnphy_tx_pwr_update_npt()
2205 pi_lcn->lcnphy_tssi_npt = npt; in wlc_lcnphy_tx_pwr_update_npt()
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst148 tables if npt is not present
297 - guest page fault (or npt page fault, or ept violation)
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c200 module_param_named(npt, npt_enabled, bool, 0444);
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2609 kvm-amd.npt= [KVM,AMD] Control KVM's use of Nested Page Tables,