Searched refs:BITSFUNC (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/x86/entry/vdso/ |
A D | vdso2c.h | 8 static void BITSFUNC(copy)(FILE *outfile, const unsigned char *data, size_t len) in BITSFUNC() function 26 static void BITSFUNC(extract)(const unsigned char *data, size_t data_len, in BITSFUNC() function 39 BITSFUNC(copy)(outfile, data + offset, len); in BITSFUNC() 43 static void BITSFUNC(go)(void *raw_addr, size_t raw_len, in BITSFUNC() function 197 BITSFUNC(extract)(raw_addr, raw_len, outfile, in BITSFUNC()
|
A D | vdso2c.c | 153 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, ) macro
|
/linux-6.3-rc2/arch/sparc/vdso/ |
A D | vdso2c.h | 11 static void BITSFUNC(go)(void *raw_addr, size_t raw_len, in BITSFUNC() function
|
A D | vdso2c.c | 126 #define BITSFUNC(name) BITSFUNC2(name, ELF_BITS, ) macro
|
Completed in 8 milliseconds