Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tcm.h File Reference
#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

voidtcm_alloc (size_t len)
 
void tcm_free (void *addr, size_t len)
 
bool tcm_dtcm_present (void)
 
bool tcm_itcm_present (void)
 

Macro Definition Documentation

#define __tcmconst   __section(.tcm.rodata)

Definition at line 22 of file tcm.h.

#define __tcmdata   __section(.tcm.data)

Definition at line 20 of file tcm.h.

#define __tcmfunc   __attribute__((long_call)) __section(.tcm.text) noinline

Definition at line 24 of file tcm.h.

#define __tcmlocalfunc   __section(.tcm.text)

Definition at line 26 of file tcm.h.

Function Documentation

void* tcm_alloc ( size_t  len)

Definition at line 72 of file tcm.c.

bool tcm_dtcm_present ( void  )

Definition at line 96 of file tcm.c.

void tcm_free ( void addr,
size_t  len 
)

Definition at line 90 of file tcm.c.

bool tcm_itcm_present ( void  )

Definition at line 102 of file tcm.c.