Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
Dpti.c52 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 …]
DMakefile22 intel_th_pti-y := pti.o
/kernel/linux/linux-5.10/Documentation/ABI/testing/
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
/kernel/linux/linux-5.10/Documentation/driver-api/
Dpti_intel_mid.rst12 ./include/linux/pti.h
16 ./drivers/.../pti.c
18 pti.c is the driver that enables various debugging features
21 be collected and routed to the pti driver, such as trace
25 pti.c and route any data stream from one /dev/tty node
38 * Hook /dev/pti to a user-level debugging application for writing
/kernel/linux/linux-5.10/Documentation/x86/
Dindex.rst27 pti
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.
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
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)
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()
/kernel/linux/linux-5.10/arch/x86/mm/
DMakefile53 obj-$(CONFIG_PAGE_TABLE_ISOLATION) += pti.o
/kernel/linux/linux-5.10/drivers/misc/
DMakefile11 obj-$(CONFIG_INTEL_MID_PTI) += pti.o
/kernel/linux/linux-5.10/drivers/usb/atm/
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3735 const struct port_type_info *pti; in t3_prep_adapter() local
3741 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter()
3742 if (!pti->phy_prep) { in t3_prep_adapter()
3749 ret = pti->phy_prep(&p->phy, adapter, ai->phy_base_addr + j, in t3_prep_adapter()
3799 const struct port_type_info *pti; in t3_replay_prep_adapter() local
3805 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_replay_prep_adapter()
3806 ret = pti->phy_prep(&p->phy, adapter, p->phy.mdio.prtad, NULL); in t3_replay_prep_adapter()
/kernel/linux/linux-5.10/Documentation/trace/
Dintel_th.rst62 begin with this id: 0-gth, 0-msc0, 0-msc1, 0-pti, 0-sth, which is
/kernel/linux/linux-5.10/drivers/atm/
Dhe.c2542 int clp, pti; in he_send() local
2544 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in he_send()
2546 tpd->status |= TPD_CELLTYPE(pti); in he_send()
/kernel/linux/linux-5.10/drivers/tty/
DKconfig454 drivers/misc/pti.c defines the majority of this MIPI solution.
/kernel/linux/linux-5.10/arch/s390/tools/
Dopcodes.txt582 b99e pti RRE_RR
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dkernel-parameters.txt4073 pti= [X86-64] Control Page Table Isolation of user and
4083 Not specifying this option is equivalent to pti=auto.
4086 Equivalent to pti=off
/kernel/linux/linux-5.10/arch/x86/
DKconfig2435 See Documentation/x86/pti.rst for more details.