/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | pti.c | 20 #include "pti.h" 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 in clock_divider_show() local 120 struct pti_device *pti = dev_get_drvdata(dev); clock_divider_store() local 151 struct pti_device *pti = dev_get_drvdata(&thdev->dev); intel_th_pti_activate() local 171 struct pti_device *pti = dev_get_drvdata(&thdev->dev); intel_th_pti_deactivate() local 178 read_hw_config(struct pti_device *pti) read_hw_config() argument 205 struct pti_device *pti; intel_th_pti_probe() local 251 struct pti_device *pti = dev_get_drvdata(dev); lpp_dest_show() local 274 struct pti_device *pti = dev_get_drvdata(dev); lpp_dest_store() local [all...] |
H A D | Makefile | 22 intel_th_pti-y := pti.o
|
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A D | pti.c | 20 #include "pti.h" 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 in clock_divider_show() local 120 struct pti_device *pti = dev_get_drvdata(dev); clock_divider_store() local 151 struct pti_device *pti = dev_get_drvdata(&thdev->dev); intel_th_pti_activate() local 171 struct pti_device *pti = dev_get_drvdata(&thdev->dev); intel_th_pti_deactivate() local 178 read_hw_config(struct pti_device *pti) read_hw_config() argument 205 struct pti_device *pti; intel_th_pti_probe() local 251 struct pti_device *pti = dev_get_drvdata(dev); lpp_dest_show() local 274 struct pti_device *pti = dev_get_drvdata(dev); lpp_dest_store() local [all...] |
H A D | Makefile | 22 intel_th_pti-y := pti.o
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pti.h | 6 #include <asm/pti.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pti.h | 6 #include <asm/pti.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_int.h | 1006 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)
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_int.h | 1006 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)
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | tlbflush.h | 13 #include <asm/pti.h>
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | Makefile | 53 obj-$(CONFIG_PAGE_TABLE_ISOLATION) += pti.o
|
H A D | pti.c | 36 #include <asm/pti.h> 92 ret = cmdline_find_option(boot_command_line, "pti", arg, sizeof(arg)); in pti_check_boottime_disable() 522 * Only do global kernel image for pti=auto. Do the most in pti_kernel_image_global_ok() 523 * secure thing (not global) if pti=on specified. in pti_kernel_image_global_ok()
|
H A D | init.c | 28 #include <asm/pti.h>
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | Makefile | 63 obj-$(CONFIG_PAGE_TABLE_ISOLATION) += pti.o
|
H A D | pti.c | 36 #include <asm/pti.h> 92 ret = cmdline_find_option(boot_command_line, "pti", arg, sizeof(arg)); in pti_check_boottime_disable() 521 * Only do global kernel image for pti=auto. Do the most in pti_kernel_image_global_ok() 522 * secure thing (not global) if pti=on specified. in pti_kernel_image_global_ok()
|
H A D | init.c | 26 #include <asm/pti.h>
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | tlbflush.h | 14 #include <asm/pti.h>
|
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/usb/atm/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 3735 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-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 3670 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()
|
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | pti.c | 3 * pti.c - PTI driver for cJTAG data extration 27 #include <linux/intel-pti.h> 31 #define DRIVERNAME "pti" 34 #define CHARNAME "pti" 447 * @tty: tty struct containing pti information. 483 * @tty: tty struct containing pti information. 499 * @tty: tty struct containing pti information. 516 * we can't write to the pti hardware if the private driver_data in pti_tty_driver_write() 526 * @tty: contains tty info of the pti driver. 780 * pti_pci_probe()- Used to detect pti o [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 2542 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-6.6/drivers/atm/ |
H A D | he.c | 2539 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()
|
/kernel/linux/linux-5.10/init/ |
H A D | main.c | 83 #include <linux/pti.h>
|
/kernel/linux/linux-6.6/init/ |
H A D | main.c | 84 #include <linux/pti.h>
|