Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c88 #define ELF_PAGESTART(_v) ((_v) & ~(unsigned long)(ELF_MIN_ALIGN-1)) argument
89 #define ELF_PAGEOFFSET(_v) ((_v) & (ELF_MIN_ALIGN-1)) argument
90 #define ELF_PAGEALIGN(_v) (((_v) + ELF_MIN_ALIGN - 1) & ~(ELF_MIN_ALIGN - 1)) argument