Searched refs:pti (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/linux/
H A Dpti.h6 #include <asm/pti.h>
/linux-master/drivers/hwtracing/intel_th/
H A Dpti.c20 #include "pti.h"
52 struct pti_device *pti = dev_get_drvdata(dev); local
54 return scnprintf(buf, PAGE_SIZE, "%d\n", pti_mode[pti->mode]);
60 struct pti_device *pti = dev_get_drvdata(dev); local
72 pti->mode = ret;
83 struct pti_device *pti = dev_get_drvdata(dev); local
85 return scnprintf(buf, PAGE_SIZE, "%d\n", pti->freeclk);
92 struct pti_device *pti = dev_get_drvdata(dev); local
100 pti->freeclk = !!val;
111 struct pti_device *pti local
120 struct pti_device *pti = dev_get_drvdata(dev); local
151 struct pti_device *pti = dev_get_drvdata(&thdev->dev); local
171 struct pti_device *pti = dev_get_drvdata(&thdev->dev); local
178 read_hw_config(struct pti_device *pti) argument
205 struct pti_device *pti; local
251 struct pti_device *pti = dev_get_drvdata(dev); local
274 struct pti_device *pti = dev_get_drvdata(dev); local
[all...]
H A DMakefile22 intel_th_pti-y := pti.o
/linux-master/arch/x86/mm/
H A DMakefile64 obj-$(CONFIG_MITIGATION_PAGE_TABLE_ISOLATION) += pti.o
H A Dpti.c36 #include <asm/pti.h>
115 early_param("pti", pti_parse_cmdline);
521 * Only do global kernel image for pti=auto. Do the most
522 * secure thing (not global) if pti=on specified.
H A Dinit.c26 #include <asm/pti.h>
/linux-master/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) \
1037 wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73)
1039 #define wlc_phy_read_table_nphy(pi, pti) \
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) argument
912 wlc_phy_write_table(pi, pti, 0x455, 0x457, 0x456);
915 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti) argument
917 wlc_phy_read_table(pi, pti, 0x455, 0x457, 0x456);
/linux-master/arch/x86/include/asm/
H A Dtlbflush.h14 #include <asm/pti.h>
/linux-master/drivers/usb/atm/
H A Dusbatm.c297 u8 pti = ((source[3] & 0xe) >> 1); local
315 if (pti == ATM_PTI_E2EF5) {
335 if (pti & 1) {
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3670 const struct port_type_info *pti; local
3676 pti = &port_types[adapter->params.vpd.port_type[j]];
3677 if (!pti->phy_prep) {
3684 ret = pti->phy_prep(&p->phy, adapter, ai->phy_base_addr + j,
3733 const struct port_type_info *pti; local
3739 pti = &port_types[adapter->params.vpd.port_type[j]];
3740 ret = pti->phy_prep(&p->phy, adapter, p->phy.mdio.prtad, NULL);
/linux-master/drivers/atm/
H A Dhe.c2539 int clp, pti; local
2541 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT;
2543 tpd->status |= TPD_CELLTYPE(pti);
/linux-master/init/
H A Dmain.c84 #include <linux/pti.h>
/linux-master/mm/
H A Dmm_init.c25 #include <linux/pti.h>

Completed in 486 milliseconds