freebsd-dev/sys/x86/x86
Jung-uk Kim 450d86fc7f Assume all TSCs are synchronized for AMD Family 17h processors and later
when it has passed the synchronization test.

"Processor Programming Reference (PPR) for AMD Family 17h" states that
the TSC uses a common reference for all sockets, cores and threads.

MFC after:	1 month
2020-06-22 20:42:58 +00:00
..
autoconf.c
bus_machdep.c Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
busdma_bounce.c Remove unnecessary WITNESS check in x86 bus_dma 2020-06-03 00:16:36 +00:00
busdma_machdep.c Remove unnecessary WITNESS check in x86 bus_dma 2020-06-03 00:16:36 +00:00
cpu_machdep.c Control for Special Register Buffer Data Sampling mitigation. 2020-06-12 22:14:45 +00:00
delay.c Add a custom implementation of cpu_lock_delay() for x86. 2018-11-05 22:54:03 +00:00
dump_machdep.c
fdt_machdep.c
identcpu.c x86: add bits definitions for SRBDS mitigation control. 2020-06-12 22:12:57 +00:00
intr_machdep.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
io_apic.c Do not spuriously re-enable disabled io_apic pin on EOI for some configurations. 2020-03-18 21:34:52 +00:00
legacy.c Stop listing "on motherboard" as the parent of nexus devices on x86. 2019-08-14 22:13:11 +00:00
local_apic.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
mca.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
mp_watchdog.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
mp_x86.c Correct comment (this should have been committed with r362065). 2020-06-11 20:26:39 +00:00
mptable_pci.c Drop "All rights reserved" from my copyright statements. 2019-03-06 22:11:45 +00:00
mptable.c Drop "All rights reserved" from my copyright statements. 2019-03-06 22:11:45 +00:00
msi.c x86: Bump default msi/msix vector limit to 2048 2020-06-12 18:41:12 +00:00
nexus.c Move phys_avail definition into MI code. It is consumed in the MI layer and 2019-08-16 00:45:14 +00:00
pvclock.c
stack_machdep.c Reimplement stack capture of running threads on i386 and amd64. 2020-01-31 15:43:33 +00:00
tsc.c Assume all TSCs are synchronized for AMD Family 17h processors and later 2020-06-22 20:42:58 +00:00
ucode.c Free microcode memory later. 2019-05-17 17:11:01 +00:00
x86_mem.c