Searched refs:ms (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/arch/arm/mm/ |
| H A D | sp_mem.c | 70 static size_t get_page_count(struct mobj_sp *ms) in get_page_count() argument 72 return ROUNDUP_DIV(ms->mobj.size, SMALL_PAGE_SIZE); in get_page_count() 79 struct mobj_sp *ms = to_mobj_sp(mobj); in sp_mem_add_pages() local 81 size_t tot_page_count = get_page_count(ms); in sp_mem_add_pages() 87 if (ms->mem_type == TEE_MATTR_MEM_TYPE_CACHED) { in sp_mem_add_pages() 88 if (ms->is_secure) { in sp_mem_add_pages() 99 ms->pages[n + *idx] = pa + n * SMALL_PAGE_SIZE; in sp_mem_add_pages() 127 struct mobj_sp *ms = to_mobj_sp(mobj); in get_pa() local 138 p = ms->pages[offset / SMALL_PAGE_SIZE] + in get_pa() 142 p = ms->pages[offset / SMALL_PAGE_SIZE]; in get_pa() [all …]
|
| /optee_os/core/include/kernel/ |
| H A D | callout.h | 58 uint32_t ms); 86 void callout_set_next_timeout(struct callout *co, uint32_t ms); 114 uint32_t ms);
|
| H A D | delay.h | 70 void mdelay(uint32_t ms);
|
| /optee_os/core/kernel/ |
| H A D | callout.c | 82 uint32_t ms) in callout_add() argument 93 co->period = desc->ms_to_ticks(desc, ms); in callout_add() 97 co->period = ms; in callout_add() 107 void callout_set_next_timeout(struct callout *co, uint32_t ms) in callout_set_next_timeout() argument 109 co->period = callout_desc->ms_to_ticks(callout_desc, ms); in callout_set_next_timeout()
|
| H A D | delay.c | 74 void mdelay(uint32_t ms) in mdelay() argument 76 udelay(1000 * ms); in mdelay()
|
| /optee_os/.devcontainer/ |
| H A D | Dockerfile.vscode | 46 RUN useradd -ms /bin/bash optee
|
| /optee_os/scripts/ |
| H A D | ftrace_format.py | 35 ms = ns / 1000000
|
| /optee_os/core/include/drivers/ |
| H A D | rtc.h | 25 #define RTC_TIME(year, mon, mday, wday, hour, min, sec, ms) \ argument 34 .tm_ms = (ms), \
|
| /optee_os/core/arch/arm/dts/ |
| H A D | sama5d2.dtsi | 1121 atmel,startup-time-ms = <4>;
|
| H A D | sama7g5.dtsi | 575 atmel,startup-time-ms = <4>;
|