tag | line | file | source code |
---|---|---|---|
VMALLOC_VMADDR | 36 | include/asm-alpha/pgtable.h | #define VMALLOC_VMADDR(x) ((unsigned long)(x)) |
VMALLOC_VMADDR | 41 | include/asm-i386/pgtable.h | #define VMALLOC_VMADDR(x) (TASK_SIZE + (unsigned long)(x)) |
VMALLOC_VMADDR | 42 | include/asm-sparc/pgtable.h | #define VMALLOC_VMADDR(x) (TASK_SIZE + (unsigned long)(x)) |