I am currently trying to hook up some kernel threads in a driver to specific NUMA nodes. To do so, I need to query the NUMA node of individual processors.
Unfortunately, GetNumaProcessorNodeEx is not available from a driver (it requires Windows.h). What is the driver equivalent of that function?