Home
last modified time | relevance | path

Searched refs:linux_debug_map (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/arm64/linux/
H A Dlinux.h39 extern u_char linux_debug_map[];
40 #define ldebug(name) isclr(linux_debug_map, LINUX_SYS_linux_ ## name)
/freebsd-12.1/sys/amd64/linux/
H A Dlinux.h43 extern u_char linux_debug_map[];
44 #define ldebug(name) isclr(linux_debug_map, LINUX_SYS_linux_ ## name)
/freebsd-12.1/sys/i386/linux/
H A Dlinux.h43 extern u_char linux_debug_map[];
44 #define ldebug(name) isclr(linux_debug_map, LINUX_SYS_linux_ ## name)
/freebsd-12.1/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-12.1/sys/compat/linux/
H A Dlinux_misc.c2418 u_char linux_debug_map[howmany(L_MAXSYSCALL, sizeof(u_char))]; variable
2427 memset(linux_debug_map, c, sizeof(linux_debug_map)); in linux_debug()
2433 clrbit(linux_debug_map, syscall); in linux_debug()
2435 setbit(linux_debug_map, syscall); in linux_debug()