Searched refs:linux_debug_map (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/i386/linux/
H A Dlinux.h45 extern u_char linux_debug_map[];
46 #define ldebug(name) isclr(linux_debug_map, LINUX_SYS_linux_ ## name)
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux.h46 extern u_char linux_debug_map[];
47 #define ldebug(name) isclr(linux_debug_map, LINUX32_SYS_linux_ ## name)
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux.h45 extern u_char linux_debug_map[];
46 #define ldebug(name) isclr(linux_debug_map, LINUX_SYS_linux_ ## name)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c2411 u_char linux_debug_map[howmany(L_MAXSYSCALL, sizeof(u_char))]; variable
2420 memset(linux_debug_map, c, sizeof(linux_debug_map));
2426 clrbit(linux_debug_map, syscall);
2428 setbit(linux_debug_map, syscall);

Completed in 141 milliseconds