Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocameratiles/
H A Dtst_qgeocameratiles.cpp63 …void row(const PositionTestInfo &pti, int xOffset, int yOffset, int tileX, int tileY, int tileW, i…
64 …void test_group(const PositionTestInfo &pti, QList<int> &xVals, QList<int> &wVals, QList<int> &yVa…
75 void tst_QGeoCameraTiles::row(const PositionTestInfo &pti, int xOffset, int yOffset, int tileX, int… in row() argument
79 QString row = pti.xyString; in row()
81 row += pti.zoomString; in row()
87 row += pti.wString; in row()
89 row += pti.hString; in row()
105 << pti.x + step * xOffset << pti.y + step * yOffset in row()
106 << pti.zoom << pti.w << pti.h in row()
111 void tst_QGeoCameraTiles::test_group(const PositionTestInfo &pti, QList<int> &xVals, QList<int> &wV… in test_group() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/hwtracing/intel_th/
H A 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 …]
H A DMakefile22 intel_th_pti-y := pti.o
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A 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
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dindex.rst27 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.
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A DMakefile53 obj-$(CONFIG_PAGE_TABLE_ISOLATION) += pti.o
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtarget.h171 const char *pti; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtarget.h171 const char *pti; member
/OK3568_Linux_fs/kernel/drivers/misc/
H A DMakefile15 obj-$(CONFIG_INTEL_MID_PTI) += pti.o
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dintel_th.rst62 begin with this id: 0-gth, 0-msc0, 0-msc1, 0-pti, 0-sth, which is
/OK3568_Linux_fs/kernel/drivers/atm/
H A 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()
/OK3568_Linux_fs/kernel/drivers/tty/
H A DKconfig454 drivers/misc/pti.c defines the majority of this MIPI solution.
/OK3568_Linux_fs/kernel/arch/s390/tools/
H A Dopcodes.txt582 b99e pti RRE_RR
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt4139 pti= [X86-64] Control Page Table Isolation of user and
4149 Not specifying this option is equivalent to pti=auto.
4152 Equivalent to pti=off
/OK3568_Linux_fs/kernel/arch/x86/
H A DKconfig2442 See Documentation/x86/pti.rst for more details.