Home
last modified time | relevance | path

Searched refs:pti (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/hwtracing/intel_th/
H A Dpti.c72 pti->mode = ret; in mode_store()
131 pti->clkdiv = val; in clock_divider_store()
154 if (pti->patgen) in intel_th_pti_activate()
156 if (pti->freeclk) in intel_th_pti_activate()
188 if (!pti->clkdiv) in read_hw_config()
189 pti->clkdiv = 1; in read_hw_config()
216 pti = devm_kzalloc(dev, sizeof(*pti), GFP_KERNEL); in intel_th_pti_probe()
217 if (!pti) in intel_th_pti_probe()
220 pti->thdev = thdev; in intel_th_pti_probe()
221 pti->base = base; in intel_th_pti_probe()
[all …]
H A DMakefile22 intel_th_pti-y := pti.o
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-pti1 What: /sys/bus/intel_th/devices/<intel_th_id>-pti/mode
8 What: /sys/bus/intel_th/devices/<intel_th_id>-pti/freerunning_clock
16 What: /sys/bus/intel_th/devices/<intel_th_id>-pti/clock_divider
/openbmc/linux/Documentation/arch/x86/
H A Dindex.rst31 pti
H A Dpti.rst10 Page Table Isolation (pti, previously known as KAISER [1]_) is a
25 comments in pti.c).
31 'nopti' or 'pti=' kernel parameters (see kernel-parameters.txt).
186 faults upon page faults. Caused by touching non-pti-mapped
188 CR3 before calling into C functions which are not pti-mapped.
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h1006 const struct phytbl_info *pti);
1007 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti);
1036 #define wlc_phy_write_table_nphy(pi, pti) \ argument
1037 wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73)
1039 #define wlc_phy_read_table_nphy(pi, pti) \ argument
1040 wlc_phy_read_table(pi, pti, 0x72, 0x74, 0x73)
H A Dphy_lcn.c910 void wlc_lcnphy_write_table(struct brcms_phy *pi, const struct phytbl_info *pti) in wlc_lcnphy_write_table() argument
912 wlc_phy_write_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_write_table()
915 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti) in wlc_lcnphy_read_table() argument
917 wlc_phy_read_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_read_table()
/openbmc/linux/arch/x86/mm/
H A DMakefile63 obj-$(CONFIG_PAGE_TABLE_ISOLATION) += pti.o
/openbmc/linux/drivers/usb/atm/
H A Dusbatm.c297 u8 pti = ((source[3] & 0xe) >> 1); in usbatm_extract_one_cell() local
315 if (pti == ATM_PTI_E2EF5) { in usbatm_extract_one_cell()
335 if (pti & 1) { in usbatm_extract_one_cell()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3670 const struct port_type_info *pti; in t3_prep_adapter() local
3676 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter()
3677 if (!pti->phy_prep) { in t3_prep_adapter()
3684 ret = pti->phy_prep(&p->phy, adapter, ai->phy_base_addr + j, in t3_prep_adapter()
3733 const struct port_type_info *pti; in t3_replay_prep_adapter() local
3739 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_replay_prep_adapter()
3740 ret = pti->phy_prep(&p->phy, adapter, p->phy.mdio.prtad, NULL); in t3_replay_prep_adapter()
/openbmc/linux/Documentation/trace/
H A Dintel_th.rst62 begin with this id: 0-gth, 0-msc0, 0-msc1, 0-pti, 0-sth, which is
/openbmc/linux/drivers/atm/
H A Dhe.c2539 int clp, pti; in he_send() local
2541 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in he_send()
2543 tpd->status |= TPD_CELLTYPE(pti); in he_send()
/openbmc/linux/arch/s390/tools/
H A Dopcodes.txt587 b99e pti RRE_RR
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3879 Equivalent to pti=off
4696 pti= [X86-64] Control Page Table Isolation of user and
4706 Not specifying this option is equivalent to pti=auto.
/openbmc/linux/arch/x86/
H A DKconfig2450 See Documentation/arch/x86/pti.rst for more details.