Home
last modified time | relevance | path

Searched refs:dt_lock (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dsys_machdep.c429 mtx_lock_spin(&dt_lock); in set_user_ldt()
431 mtx_unlock_spin(&dt_lock); in set_user_ldt()
455 mtx_unlock_spin(&dt_lock); in user_ldt_alloc()
464 mtx_lock_spin(&dt_lock); in user_ldt_alloc()
492 mtx_unlock_spin(&dt_lock); in user_ldt_free()
540 mtx_lock_spin(&dt_lock); in i386_get_ldt()
551 mtx_unlock_spin(&dt_lock); in i386_get_ldt()
586 mtx_lock_spin(&dt_lock); in i386_set_ldt()
667 mtx_lock_spin(&dt_lock); in i386_set_ldt()
698 mtx_lock_spin(&dt_lock); in i386_set_ldt()
[all …]
H A Dvm_machdep.c155 mtx_lock_spin(&dt_lock); in cpu_fork()
165 mtx_unlock_spin(&dt_lock); in cpu_fork()
242 mtx_lock_spin(&dt_lock); in cpu_fork()
253 mtx_unlock_spin(&dt_lock); in cpu_fork()
295 mtx_lock_spin(&dt_lock); in cpu_exit()
301 mtx_unlock_spin(&dt_lock); in cpu_exit()
H A Dmachdep.c1141 mtx_lock_spin(&dt_lock); in exec_setregs()
1145 mtx_unlock_spin(&dt_lock); in exec_setregs()
1254 struct mtx dt_lock; /* lock for GDT and LDT */ variable
2372 mtx_init(&dt_lock, "descriptor tables", NULL, MTX_SPIN); in init386()
/f-stack/freebsd/amd64/amd64/
H A Dsys_machdep.c519 mtx_unlock(&dt_lock); in user_ldt_alloc()
534 mtx_lock(&dt_lock); in user_ldt_alloc()
566 mtx_lock(&dt_lock); in user_ldt_free()
568 mtx_unlock(&dt_lock); in user_ldt_free()
603 mtx_unlock(&dt_lock); in user_ldt_deref()
635 mtx_lock(&dt_lock); in amd64_get_ldt()
638 mtx_unlock(&dt_lock); in amd64_get_ldt()
681 mtx_lock(&dt_lock); in amd64_set_ldt()
684 mtx_unlock(&dt_lock); in amd64_set_ldt()
755 mtx_lock(&dt_lock); in amd64_set_ldt()
[all …]
H A Dvm_machdep.c157 mtx_lock(&dt_lock); in cpu_fork()
162 mtx_unlock(&dt_lock); in cpu_fork()
241 mtx_lock(&dt_lock); in cpu_fork()
259 mtx_unlock(&dt_lock); in cpu_fork()
H A Dmachdep.c227 struct mtx dt_lock; /* lock for GDT and LDT */ variable
1722 mtx_init(&dt_lock, "descriptor tables", NULL, MTX_DEF); in hammer_time()
/f-stack/freebsd/i386/include/
H A Dproc.h87 extern struct mtx dt_lock;
/f-stack/freebsd/amd64/include/
H A Dproc.h117 extern struct mtx dt_lock;