/Linux-v4.19/drivers/hwtracing/intel_th/ |
D | pti.c | 52 struct pti_device *pti = dev_get_drvdata(dev); in mode_show() local 54 return scnprintf(buf, PAGE_SIZE, "%d\n", pti_mode[pti->mode]); in mode_show() 60 struct pti_device *pti = dev_get_drvdata(dev); in mode_store() local 72 pti->mode = ret; in mode_store() 83 struct pti_device *pti = dev_get_drvdata(dev); in freerunning_clock_show() local 85 return scnprintf(buf, PAGE_SIZE, "%d\n", pti->freeclk); in freerunning_clock_show() 92 struct pti_device *pti = dev_get_drvdata(dev); in freerunning_clock_store() local 100 pti->freeclk = !!val; in freerunning_clock_store() 111 struct pti_device *pti = dev_get_drvdata(dev); in clock_divider_show() local 113 return scnprintf(buf, PAGE_SIZE, "%d\n", 1u << pti->clkdiv); in clock_divider_show() [all …]
|
D | Makefile | 22 intel_th_pti-y := pti.o
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-pti | 1 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
|
/Linux-v4.19/Documentation/pti/ |
D | pti_intel_mid.txt | 6 ./include/linux/pti.h 10 ./drivers/.../pti.c 12 pti.c is the driver that enables various debugging features 15 be collected and routed to the pti driver, such as trace 19 pti.c and route any data stream from one /dev/tty node 31 *Hook /dev/pti to a user-level debugging application for writing
|
/Linux-v4.19/Documentation/x86/ |
D | pti.txt | 4 Page Table Isolation (pti, previously known as KAISER[1]) is a 19 comments in pti.c). 25 'nopti' or 'pti=' kernel parameters (see kernel-parameters.txt). 177 faults upon page faults. Caused by touching non-pti-mapped 179 CR3 before calling into C functions which are not pti-mapped.
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_int.h | 1024 const struct phytbl_info *pti); 1025 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti); 1054 #define wlc_phy_write_table_nphy(pi, pti) \ argument 1055 wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73) 1057 #define wlc_phy_read_table_nphy(pi, pti) \ argument 1058 wlc_phy_read_table(pi, pti, 0x72, 0x74, 0x73)
|
D | phy_lcn.c | 976 void wlc_lcnphy_write_table(struct brcms_phy *pi, const struct phytbl_info *pti) in wlc_lcnphy_write_table() argument 978 wlc_phy_write_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_write_table() 981 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti) in wlc_lcnphy_read_table() argument 983 wlc_phy_read_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_read_table()
|
/Linux-v4.19/arch/x86/mm/ |
D | Makefile | 51 obj-$(CONFIG_PAGE_TABLE_ISOLATION) += pti.o
|
/Linux-v4.19/drivers/misc/ |
D | Makefile | 11 obj-$(CONFIG_INTEL_MID_PTI) += pti.o
|
/Linux-v4.19/drivers/usb/atm/ |
D | usbatm.c | 297 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()
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 3732 const struct port_type_info *pti; in t3_prep_adapter() local 3738 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter() 3739 if (!pti->phy_prep) { in t3_prep_adapter() 3746 ret = pti->phy_prep(&p->phy, adapter, ai->phy_base_addr + j, in t3_prep_adapter() 3796 const struct port_type_info *pti; in t3_replay_prep_adapter() local 3802 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_replay_prep_adapter() 3803 ret = pti->phy_prep(&p->phy, adapter, p->phy.mdio.prtad, NULL); in t3_replay_prep_adapter()
|
/Linux-v4.19/Documentation/trace/ |
D | intel_th.rst | 59 begin with this id: 0-gth, 0-msc0, 0-msc1, 0-pti, 0-sth, which is
|
/Linux-v4.19/security/ |
D | Kconfig | 66 See Documentation/x86/pti.txt for more details.
|
/Linux-v4.19/drivers/atm/ |
D | he.c | 2543 int clp, pti; in he_send() local 2545 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in he_send() 2547 tpd->status |= TPD_CELLTYPE(pti); in he_send()
|
/Linux-v4.19/Documentation/ |
D | 00-INDEX | 331 pti/
|
/Linux-v4.19/drivers/tty/ |
D | Kconfig | 322 drivers/misc/pti.c defines the majority of this MIPI solution.
|
/Linux-v4.19/arch/s390/tools/ |
D | opcodes.txt | 563 b99e pti RRE_RR
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 3497 pti= [X86_64] Control Page Table Isolation of user and 3507 Not specifying this option is equivalent to pti=auto. 3510 Equivalent to pti=off
|