Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
omap-secure.c File Reference
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/memblock.h>
#include <asm/cacheflush.h>
#include <asm/memblock.h>
#include <plat/omap-secure.h>
#include "omap-secure.h"

Go to the source code of this file.

Functions

u32 omap_secure_dispatcher (u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, u32 arg3, u32 arg4)
 
int __init omap_secure_ram_reserve_memblock (void)
 
phys_addr_t omap_secure_ram_mempool_base (void)
 

Function Documentation

u32 omap_secure_dispatcher ( u32  idx,
u32  flag,
u32  nargs,
u32  arg1,
u32  arg2,
u32  arg3,
u32  arg4 
)

omap_sec_dispatcher: Routine to dispatch low power secure service routines : The HAL API index : The flag indicating criticality of operation : Number of valid arguments out of four. , arg2, arg3 args4: Parameters passed to secure API

Return the non-zero error value on failure.

Definition at line 36 of file omap-secure.c.

phys_addr_t omap_secure_ram_mempool_base ( void  )

Definition at line 70 of file omap-secure.c.

int __init omap_secure_ram_reserve_memblock ( void  )

Definition at line 60 of file omap-secure.c.