Home
last modified time | relevance | path

Searched defs:s (Results 1 – 20 of 20) sorted by relevance

/seL4-master/src/arch/arm/armv/armv8-a/64/
A Dcache.c51 #define LINEBITS(s) (((s) & MASK(3)) + 4) argument
52 #define ASSOC(s) ((((s) >> 3) & MASK(10)) + 1) argument
53 #define NSETS(s) ((((s) >> 13) & MASK(15)) + 1) argument
68 for (int s = 0; s < nsets; s++) { in clean_D_PoU() local
86 for (int s = 0; s < nsets; s++) { in cleanInvalidate_D_by_level() local
/seL4-master/include/
A Dassert.h21 #define fail(s) _fail(s, __FILE__, __LINE__, __func__) argument
39 #define fail(s) halt() argument
A Dstdarg.h10 #define va_copy(d,s) __builtin_va_copy(d,s) argument
/seL4-master/src/arch/arm/armv/armv7-a/
A Dcache.c57 #define LINEBITS(s) (( (s) & MASK(3)) + 4) argument
59 #define ASSOC(s) ((((s) >> 3) & MASK(10)) + 1) argument
61 #define NSETS(s) ((((s) >> 13) & MASK(15)) + 1) argument
72 word_t s = readCacheSize(l, 0); in clean_D_PoU() local
93 word_t s = readCacheSize(l, 0); in cleanInvalidate_D_by_level() local
/seL4-master/src/arch/arm/armv/armv8-a/32/
A Dcache.c57 #define LINEBITS(s) (( (s) & MASK(3)) + 4) argument
59 #define ASSOC(s) ((((s) >> 3) & MASK(10)) + 1) argument
61 #define NSETS(s) ((((s) >> 13) & MASK(15)) + 1) argument
72 word_t s = readCacheSize(l, 0); in clean_D_PoU() local
93 word_t s = readCacheSize(l, 0); in cleanInvalidate_D_by_level() local
/seL4-master/libsel4/include/sel4/
A Dassert.h25 #define seL4_Fail(s) __assert_fail(s, __FILE__, __LINE__, __func__) argument
/seL4-master/src/
A Dassert.c13 const char *s, in _fail()
A Dstring.c11 word_t strnlen(const char *s, word_t maxlen) in strnlen()
A Dutil.c22 void memzero(void *s, unsigned long n) in memzero()
43 void *VISIBLE memset(void *s, unsigned long c, unsigned long n) in memset()
/seL4-master/src/machine/
A Dio.c251 static char *fmt_x(word_t x, char *s, int lower) in fmt_x()
259 static char *fmt_o(word_t x, char *s) in fmt_o()
267 static char *fmt_u(word_t x, char *s) in fmt_u()
286 static int getint(char **s) in getint()
301 char *a, *z, *s = (char *)fmt; in printf_core() local
/seL4-master/tools/
A Dsyscall_header_gen.py205 def convert_to_assembler_format(s): argument
A Dumm.py54 def handle_one_struct(s): argument
A Dlex.py77 def __init__(self, message, s): argument
276 def input(self, s): argument
557 def _statetoken(s, names): argument
/seL4-master/libsel4/tools/
A Dsyscall_header_gen.py205 def convert_to_assembler_format(s): argument
/seL4-master/manual/tools/
A Dparse_doxygen_xml.py288 def todo_if_empty(self, s): argument
342 def todo_if_empty(self, s): argument
493 def todo_if_empty(self, s): argument
/seL4-master/src/arch/x86/kernel/
A Dboot_sys.c664 multiboot2_memory_t const *s = (multiboot2_memory_t *)(behind_tag + 8); in try_boot_sys_mbi2() local
/seL4-master/libsel4/sel4_arch_include/ia32/sel4/sel4_arch/
A Dsyscalls.h820 for (char *s = str; *s; s++) { in seL4_DebugPutString() local
/seL4-master/libsel4/arch_include/arm/sel4/arch/
A Dsyscalls.h589 for (char *s = str; *s; s++) { in seL4_DebugPutString() local
/seL4-master/libsel4/sel4_arch_include/x86_64/sel4/sel4_arch/
A Dsyscalls.h593 for (char *s = str; *s; s++) { in seL4_DebugPutString() local
/seL4-master/libsel4/arch_include/riscv/sel4/arch/
A Dsyscalls.h791 for (char *s = str; *s; s++) { in seL4_DebugPutString() local

Completed in 33 milliseconds