tag | line | file | source code |
---|---|---|---|
VMALLOC_VMADDR | 104 | include/asm-alpha/pgtable.h | #define VMALLOC_VMADDR(x) ((unsigned long)(x)) |
VMALLOC_VMADDR | 193 | include/asm-i386/pgtable.h | #define VMALLOC_VMADDR(x) (TASK_SIZE + (unsigned long)(x)) |
VMALLOC_VMADDR | 83 | include/asm-mips/pgtable.h | #define VMALLOC_VMADDR(x) ((unsigned long)(x)) |
VMALLOC_VMADDR | 105 | include/asm-ppc/pgtable.h | #define VMALLOC_VMADDR(x) ((unsigned long)(x)) |
VMALLOC_VMADDR | 53 | include/asm-sparc/pgtable.h | #define VMALLOC_VMADDR(x) ((unsigned long)(x)) |