Samsung Internal API reference  2.0
phys.h
Go to the documentation of this file.
1 /*
2  * driver/mem/phys
3  *
4  * Copyright (C) 2012-2018, Samsung Electronics Co., Ltd.
5  *
6  * Physical memory access driver
7  */
8 
9 #pragma once
10 
11 #define MAP_PHYS_NON_SECURE (1 << 29)
12 #define MAP_PHYS_NON_CACHED (1 << 28)