Home
last modified time | relevance | path

Searched refs:on_trap (Results 1 – 25 of 36) sorted by path

12

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3643 if (on_trap(&otd, OT_DATA_ACCESS)) { in struioget()
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c1606 if (on_trap(&otd, OT_DATA_EC | OT_DATA_ACCESS)) { in dump_pagecopy()
H A Durw.c267 if (!on_trap(&otd, OT_DATA_EC)) { in urw()
/illumos-gate/usr/src/uts/common/sys/
H A Dontrap.h105 extern int on_trap(on_trap_data_t *, uint_t) __RETURNS_TWICE;
106 #pragma unknown_control_flow(on_trap)
/illumos-gate/usr/src/uts/common/vm/
H A Dpage_retire.c646 if (on_trap(&otd, OT_DATA_EC)) { in page_clear_transient_ue()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c696 if (on_trap(&otd, OT_DATA_ACCESS)) { in pcitool_io_access()
783 if (on_trap(&otd, OT_DATA_ACCESS)) { in pcitool_mem_access()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c790 if (on_trap(&otd, OT_DATA_ACCESS) == 0) { in ntv_rdmsr_xc()
827 if (on_trap(&otd, OT_DATA_ACCESS) == 0) { in ntv_wrmsr_xc()
H A Dddi_impl.c2300 if (!on_trap(&otd, OT_DATA_ACCESS)) { in poke_mem()
2344 if (!on_trap(&otd, OT_DATA_ACCESS)) { in peek_mem()
H A Dmp_startup.c1222 if (!on_trap(&otd, OT_DATA_ACCESS)) in workaround_errata()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c265 if (on_trap(&otd, OT_DATA_ACCESS) == 0) { in xen_assign_pfn()
347 if (on_trap_ready && on_trap(&otd, OT_DATA_ACCESS)) { in mfn_to_pfn()
/illumos-gate/usr/src/uts/intel/io/coretemp/
H A Dcoretemp.c115 if (on_trap(&otd, OT_DATA_ACCESS) == 0) { in coretemp_rdmsr_xc()
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S118 ENTRY(on_trap) function
136 SET_SIZE(on_trap)
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c3406 if (!on_trap(&otd, OT_DATA_ACCESS)) { in cpuid_scan_security()
3872 if (!on_trap(&otd, OT_DATA_ACCESS)) { in cpuid_basic_ppin()
4794 if (!on_trap(&otd, OT_DATA_ACCESS)) { in cpuid_pass_basic()
7854 if (!on_trap(&otd, OT_DATA_ACCESS)) { in post_startup_cpu_fixups()
H A Dhma_fpu.c375 if (on_trap(&otd, OT_DATA_EC) != 0) { in hma_fpu_set_xsave_state()
H A Dmicrocode.c169 if (!on_trap(&otd, OT_DATA_ACCESS)) { in ucode_write()
H A Dmicrocode_amd.c337 if (on_trap(&otd, OT_DATA_ACCESS)) { in ucode_load_amd()
H A Dsundep.c516 if (!on_trap(&otd, OT_SEGMENT_ACCESS)) { in update_sregs()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.S284 ENTRY(on_trap) function
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c818 if (!on_trap(&otd, OT_DATA_ACCESS)) { in rootnex_ctlops_peekpoke()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S911 brz,pt %l2, 6f ! branch if no on_trap protection
913 stn %g0, [THREAD_REG + T_ONTRAP]! clear on_trap protection
916 add %o5, CPU_OTD, %o4 ! %o4 has on_trap data offset
917 stn %l2, [%o3 + %o4] ! save on_trap label for pil %o2
1320 ! Check on_trap saved area and restore as needed
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1921 if (!on_trap(&otd, OT_DATA_ACCESS)) { in peekpoke_mem()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c2813 if (!on_trap(&otd, OT_DATA_ACCESS)) { in cpu_ce_scrub_mem_err_common()
2836 if (!on_trap(&otd, OT_DATA_ACCESS)) { in cpu_ce_scrub_mem_err_common()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci.c985 if (!on_trap(&otd, OT_DATA_ACCESS)) { in pci_do_poke()
1097 if (!on_trap(&otd, OT_DATA_ACCESS)) { in pci_do_peek()
H A Dpci_asm.S45 ! To be called from an on_trap environment.
113 ! Assumes alignment is correct and that on_trap handling has been installed
H A Dpci_tools.c151 if (!on_trap(&otd, OT_DATA_ACCESS)) { in pcitool_phys_peek()
230 if (!on_trap(&otd, OT_DATA_ACCESS)) { in pcitool_phys_poke()

12