Home
last modified time | relevance | path

Searched refs:ms (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/arch/arm/mm/
H A Dsp_mem.c70 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 Dcallout.h58 uint32_t ms);
86 void callout_set_next_timeout(struct callout *co, uint32_t ms);
114 uint32_t ms);
H A Ddelay.h70 void mdelay(uint32_t ms);
/optee_os/core/kernel/
H A Dcallout.c82 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 Ddelay.c74 void mdelay(uint32_t ms) in mdelay() argument
76 udelay(1000 * ms); in mdelay()
/optee_os/.devcontainer/
H A DDockerfile.vscode46 RUN useradd -ms /bin/bash optee
/optee_os/scripts/
H A Dftrace_format.py35 ms = ns / 1000000
/optee_os/core/include/drivers/
H A Drtc.h25 #define RTC_TIME(year, mon, mday, wday, hour, min, sec, ms) \ argument
34 .tm_ms = (ms), \
/optee_os/core/arch/arm/dts/
H A Dsama5d2.dtsi1121 atmel,startup-time-ms = <4>;
H A Dsama7g5.dtsi575 atmel,startup-time-ms = <4>;