Searched refs:el (Results 1 - 5 of 5) sorted by relevance

/seL4-test-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dsystem.h43 unsigned int el; local
44 asm volatile("mrs %0, CurrentEL" : "=r" (el) : : "cc");
45 return el >> 2;
50 unsigned int el, val; local
52 el = current_el();
53 if (el == 1)
55 else if (el == 2)
65 unsigned int el; local
67 el = current_el();
68 if (el
[all...]
/seL4-test-master/kernel/tools/hardware/utils/
H A Dmemory.py50 for el in ret:
51 r = el.reserve(reserve)
109 for el in ret:
110 new_ret.update(el.reserve(reg))
/seL4-test-master/projects/util_libs/libutils/include/utils/
H A Duthash.h1149 #define HASH_ITER(hh,head,el,tmp) \
1150 for(((el)=(head)), ((*(char**)(&(tmp)))=(char*)((head!=NULL)?(head)->hh.next:NULL)); \
1151 (el) != NULL; ((el)=(tmp)), ((*(char**)(&(tmp)))=(char*)((tmp!=NULL)?(tmp)->hh.next:NULL)))
1153 #define HASH_ITER(hh,head,el,tmp) \
1154 for(((el)=(head)), ((tmp)=DECLTYPE(el)((head!=NULL)?(head)->hh.next:NULL)); \
1155 (el) != NULL; ((el)=(tmp)), ((tmp)=DECLTYPE(el)((tm
[all...]
/seL4-test-master/projects/musllibc/
H A Dconfigure634 trycppif "_MIPSEL || __MIPSEL || __MIPSEL__" "$t" && SUBARCH=${SUBARCH}el
641 trycppif "_MIPSEL || __MIPSEL || __MIPSEL__" "$t" && SUBARCH=${SUBARCH}el
652 && SUBARCH=${SUBARCH}el
687 arm) ASMSUBARCH=el ;;
/seL4-test-master/tools/riscv-pk/scripts/
H A Dconfig.guess978 #undef ${UNAME_MACHINE}el
980 CPU=${UNAME_MACHINE}el

Completed in 156 milliseconds