| /freebsd/sys/amd64/amd64/ |
| H A D | machdep.c | 1189 wrmsr(MSR_LSTAR, pti ? (u_int64_t)IDTVEC(fast_syscall_pti) : in amd64_conf_fast_syscall() 1335 pti = pti_get_default(); in hammer_time() 1336 TUNABLE_INT_FETCH("vm.pmap.pti", &pti); in hammer_time() 1424 setidt(x, pti ? &IDTVEC(rsvd_pti) : &IDTVEC(rsvd), SDT_SYSIGT, in hammer_time() 1426 setidt(IDT_DE, pti ? &IDTVEC(div_pti) : &IDTVEC(div), SDT_SYSIGT, in hammer_time() 1430 setidt(IDT_BP, pti ? &IDTVEC(bpt_pti) : &IDTVEC(bpt), SDT_SYSIGT, in hammer_time() 1432 setidt(IDT_OF, pti ? &IDTVEC(ofl_pti) : &IDTVEC(ofl), SDT_SYSIGT, in hammer_time() 1434 setidt(IDT_BR, pti ? &IDTVEC(bnd_pti) : &IDTVEC(bnd), SDT_SYSIGT, in hammer_time() 1436 setidt(IDT_UD, pti ? &IDTVEC(ill_pti) : &IDTVEC(ill), SDT_SYSIGT, in hammer_time() 1438 setidt(IDT_NM, pti ? &IDTVEC(dna_pti) : &IDTVEC(dna), SDT_SYSIGT, in hammer_time() [all …]
|
| H A D | mp_machdep.c | 129 setidt(IPI_INVLOP, pti ? IDTVEC(invlop_pti) : IDTVEC(invlop), in cpu_mp_start() 133 setidt(IPI_RENDEZVOUS, pti ? IDTVEC(rendezvous_pti) : in cpu_mp_start() 137 setidt(IPI_BITMAP_VECTOR, pti ? IDTVEC(ipi_intr_bitmap_handler_pti) : in cpu_mp_start() 141 setidt(IPI_STOP, pti ? IDTVEC(cpustop_pti) : IDTVEC(cpustop), in cpu_mp_start() 145 setidt(IPI_OFF, pti ? IDTVEC(cpuoff_pti) : IDTVEC(cpuoff), in cpu_mp_start() 149 setidt(IPI_SUSPEND, pti ? IDTVEC(cpususpend_pti) : IDTVEC(cpususpend), in cpu_mp_start() 153 setidt(IPI_SWI, pti ? IDTVEC(ipi_swi_pti) : IDTVEC(ipi_swi), in cpu_mp_start() 550 if (pti) in invl_scoreboard_init()
|
| H A D | vm_machdep.c | 417 if (pti && val == PROC_KPTI_CTL_ENABLE_ON_EXEC) in cpu_procctl_kpti_ctl()
|
| H A D | pmap.c | 616 int __read_frequently pti = 0; variable 617 SYSCTL_INT(_vm_pmap, OID_AUTO, pti, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, 618 &pti, 0, 2079 if (!pti) in pmap_bootstrap() 4215 if (pti) { in pmap_pinit0() 10089 return (pti ? 0 : CR3_PCID_SAVE); in pmap_pcid_alloc() 10093 KASSERT((!pti && pcid_next <= PMAP_PCID_OVERMAX) || in pmap_pcid_alloc() 10094 (pti && pcid_next <= PMAP_PCID_OVERMAX_KERN), in pmap_pcid_alloc() 10096 if ((!pti && pcid_next == PMAP_PCID_OVERMAX) || in pmap_pcid_alloc() 10097 (pti && pcid_next == PMAP_PCID_OVERMAX_KERN)) { in pmap_pcid_alloc() [all …]
|
| H A D | trap.c | 665 if (pti) { in trap()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | kpti.sh | 37 [ `sysctl -n vm.pmap.pti` -eq 1 ] && echo "Page Table Isolation enabled" ||
|
| /freebsd/sys/amd64/ia32/ |
| H A D | ia32_syscall.c | 253 setidt(IDT_SYSCALL, pti ? &IDTVEC(int0x80_syscall_pti) : in ia32_syscall_enable() 261 setidt(IDT_SYSCALL, pti ? &IDTVEC(rsvd_pti) : &IDTVEC(rsvd), in ia32_syscall_disable()
|
| /freebsd/sys/i386/include/ |
| H A D | pmap.h | 98 #define VADDR(pdi, pti) ((vm_offset_t)(((pdi)<<PDRSHIFT)|((pti)<<PAGE_SHIFT))) argument
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_int.h | 1002 const struct phytbl_info *pti); 1003 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti); 1031 #define wlc_phy_write_table_nphy(pi, pti) \ argument 1032 wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73) 1034 #define wlc_phy_read_table_nphy(pi, pti) \ argument 1035 wlc_phy_read_table(pi, pti, 0x72, 0x74, 0x73)
|
| H A D | phy_lcn.c | 910 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()
|
| /freebsd/sys/x86/x86/ |
| H A D | local_apic.c | 592 setidt(APIC_TIMER_INT, pti ? IDTVEC(timerint_pti) : IDTVEC(timerint), in lapic_init() 596 setidt(APIC_ERROR_INT, pti ? IDTVEC(errorint_pti) : IDTVEC(errorint), in lapic_init() 602 setidt(APIC_CMC_INT, pti ? IDTVEC(cmcint_pti) : IDTVEC(cmcint), in lapic_init() 1765 setidt(vector, (pti ? ioint_pti_handlers : ioint_handlers)[vector / 32], in apic_enable_vector() 1785 setidt(vector, pti ? &IDTVEC(rsvd_pti) : &IDTVEC(rsvd), SDT_APIC, in apic_disable_vector() 2351 if ((!pti && func == (uintptr_t)&IDTVEC(rsvd)) || in lapic_ipi_alloc() 2352 (pti && func == (uintptr_t)&IDTVEC(rsvd_pti))) { in lapic_ipi_alloc() 2380 setidt(vector, pti ? &IDTVEC(rsvd_pti) : &IDTVEC(rsvd), SDT_APIC, in lapic_ipi_free()
|
| /freebsd/sys/dev/hyperv/vmbus/x86/ |
| H A D | vmbus_x86.c | 154 pti ? IDTVEC(vmbus_isr_pti) : IDTVEC(vmbus_isr)); in vmbus_setup_intr1()
|
| /freebsd/sys/x86/include/ |
| H A D | x86_var.h | 90 extern int pti;
|
| /freebsd/sys/x86/isa/ |
| H A D | atpic.c | 470 ai->at_irq, pti ? ai->at_intr_pti : ai->at_intr, SDT_ATPIC, in atpic_startup()
|
| /freebsd/sys/dev/cxgb/common/ |
| H A D | cxgb_t3_hw.c | 4548 const struct port_type_info *pti; in t3_prep_adapter() local 4555 pti = &port_types[port_type]; in t3_prep_adapter() 4564 ret = pti->phy_prep(p, ai->phy_base_addr + j, in t3_prep_adapter() 4620 const struct port_type_info *pti; in t3_reinit_adapter() local 4627 pti = &port_types[port_type]; in t3_reinit_adapter() 4636 ret = pti->phy_prep(p, p->phy.addr, NULL); in t3_reinit_adapter()
|
| /freebsd/sys/i386/i386/ |
| H A D | pmap_base.c | 121 int pti; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrSystem.td | 274 def PTI : SideEffectBinaryRRE<"pti", 0xB99E, GR64, GR64>;
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm.c | 289 vmm_ipinum = lapic_ipi_alloc(pti ? &IDTVEC(justreturn1_pti) : in vmm_modinit()
|
| /freebsd/sys/amd64/vmm/intel/ |
| H A D | vmx.c | 896 pirvec = lapic_ipi_alloc(pti ? &IDTVEC(justreturn1_pti) : in vmx_modinit()
|
| /freebsd/contrib/tzdata/ |
| H A D | europe | 2909 # https://www.business-standard.com/article/pti-stories/crimea-to-set-clocks-to-russia-time-1140330…
|