Linux Kernel
3.7.1
|
#include <linux/compiler.h>
Go to the source code of this file.
Macros | |
#define | __tcmdata __section(.tcm.data) |
#define | __tcmconst __section(.tcm.rodata) |
#define | __tcmfunc __attribute__((long_call)) __section(.tcm.text) noinline |
#define | __tcmlocalfunc __section(.tcm.text) |
Functions | |
void * | tcm_alloc (size_t len) |
void | tcm_free (void *addr, size_t len) |
bool | tcm_dtcm_present (void) |
bool | tcm_itcm_present (void) |
#define __tcmfunc __attribute__((long_call)) __section(.tcm.text) noinline |