Searched refs:stop_machine (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_stop_machine.c | 45 struct stop_machine { struct 55 struct stop_machine *S = a; in stop_machine_xcall() argument 81 stop_machine(int (*callback)(void *), void *cookie, const struct kcpuset *cpus) in stop_machine() function 83 struct stop_machine stop, *S = &stop; in stop_machine()
|
| /netbsd-src/sys/external/bsd/drm2/include/linux/ |
| H A D | stop_machine.h | 35 #define stop_machine linux_stop_machine macro 39 void stop_machine(int (*)(void *), void *, const struct kcpuset *);
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| H A D | intel_ggtt.c | 11 #include <linux/stop_machine.h> 407 * writes before exiting stop_machine(). This guarantees that in bxt_vtd_ggtt_wa() 440 stop_machine(bxt_vtd_ggtt_insert_page__cb, &arg, NULL); 467 stop_machine(bxt_vtd_ggtt_insert_entries__cb, &arg, NULL); 492 stop_machine(bxt_vtd_ggtt_clear_range__cb, &arg, NULL);
|