Go to the documentation of this file.
6 #ifndef __KERN_UTIL_H__
7 #define __KERN_UTIL_H__
9 #include <sysdep/ptrace.h>
19 #define UML_ROUND_UP(addr) \
20 ((((unsigned long) addr) + PAGE_SIZE - 1) & PAGE_MASK)
32 int is_write,
int is_user,
int *code_out);
57 extern unsigned long to_irq_stack(
unsigned long *mask_out);