Searched refs:tab (Results 1 - 17 of 17) sorted by relevance

/seL4-camkes-master/tools/rumprun/platform/xen/xen/arch/x86/
H A Dmm.c67 pgentry_t *tab = (pgentry_t *)start_info.pt_base; local
106 tab = pte_to_virt(tab[l4_table_offset(pt_page)]);
108 tab = pte_to_virt(tab[l3_table_offset(pt_page)]);
110 mmu_updates[0].ptr = (tab[l2_table_offset(pt_page)] & PAGE_MASK) +
144 pgentry_t *tab = (pgentry_t *)start_info.pt_base, page; local
174 tab = (pgentry_t *)start_info.pt_base;
180 if ( !(tab[offset] & _PAGE_PRESENT) )
183 page = tab[offse
242 pgentry_t *tab = (pgentry_t *)start_info.pt_base, page; local
367 pgentry_t *tab; local
402 pgentry_t *tab; local
[all...]
H A Dtraps.c101 pgentry_t *tab = (pgentry_t *)start_info.pt_base, page; local
106 page = tab[l4_table_offset(addr)];
107 tab = pte_to_virt(page);
108 minios_printk(" L4 = %"PRIpte" (%p) [offset = %lx]\n", page, tab, l4_table_offset(addr));
110 page = tab[l3_table_offset(addr)];
111 tab = pte_to_virt(page);
112 minios_printk(" L3 = %"PRIpte" (%p) [offset = %lx]\n", page, tab, l3_table_offset(addr));
113 page = tab[l2_table_offset(addr)];
114 tab = pte_to_virt(page);
115 minios_printk(" L2 = %"PRIpte" (%p) [offset = %lx]\n", page, tab, l2_table_offse
123 pgentry_t *tab = (pgentry_t *)start_info.pt_base, page; local
[all...]
/seL4-camkes-master/tools/seL4/elfloader-tool/src/utils/
H A Dcrypt_md5.c41 static const uint32_t tab[64] = { variable
70 FF(a, b, c, d, W[i], 7, tab[i]);
72 FF(d, a, b, c, W[i], 12, tab[i]);
74 FF(c, d, a, b, W[i], 17, tab[i]);
76 FF(b, c, d, a, W[i], 22, tab[i]);
80 GG(a, b, c, d, W[(5 * i + 1) % 16], 5, tab[i]);
82 GG(d, a, b, c, W[(5 * i + 1) % 16], 9, tab[i]);
84 GG(c, d, a, b, W[(5 * i + 1) % 16], 14, tab[i]);
86 GG(b, c, d, a, W[(5 * i + 1) % 16], 20, tab[i]);
90 HH(a, b, c, d, W[(3 * i + 5) % 16], 4, tab[
[all...]
/seL4-camkes-master/projects/musllibc/src/crypt/
H A Dcrypt_md5.c30 static const uint32_t tab[64] = { variable
59 FF(a,b,c,d, W[i], 7, tab[i]); i++;
60 FF(d,a,b,c, W[i], 12, tab[i]); i++;
61 FF(c,d,a,b, W[i], 17, tab[i]); i++;
62 FF(b,c,d,a, W[i], 22, tab[i]); i++;
65 GG(a,b,c,d, W[(5*i+1)%16], 5, tab[i]); i++;
66 GG(d,a,b,c, W[(5*i+1)%16], 9, tab[i]); i++;
67 GG(c,d,a,b, W[(5*i+1)%16], 14, tab[i]); i++;
68 GG(b,c,d,a, W[(5*i+1)%16], 20, tab[i]); i++;
71 HH(a,b,c,d, W[(3*i+5)%16], 4, tab[
[all...]
/seL4-camkes-master/projects/lwip/src/core/
H A Dmemp.c105 t = *desc->tab;
183 *desc->tab = NULL;
195 memp->next = *desc->tab;
196 *desc->tab = memp;
259 memp = *desc->tab;
268 *desc->tab = memp->next;
385 memp->next = *desc->tab;
386 *desc->tab = memp;
437 old_first = *memp_pools[type]->tab;
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/
H A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
547 s/\(.*\)/'"$tab"'\1 \\/p
551 s/.*/'"$tab"'/
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
758 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
759 echo "$tab" >> "$depfile"
H A Dltmain.sh4956 - Space and tab are interpreted as delimiters. They are not treated as
4959 that within double quotes, space and tab are treated like normal
/seL4-camkes-master/tools/rumprun/tests/configure/build-aux/
H A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
547 s/\(.*\)/'"$tab"'\1 \\/p
551 s/.*/'"$tab"'/
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
758 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
759 echo "$tab" >> "$depfile"
H A Dltmain.sh4956 - Space and tab are interpreted as delimiters. They are not treated as
4959 that within double quotes, space and tab are treated like normal
/seL4-camkes-master/projects/lwip/src/include/lwip/priv/
H A Dmemp_priv.h129 struct memp **tab; member in struct:memp_desc
/seL4-camkes-master/kernel/manual/parts/
H A Dbootup.tex31 \autoref{tab:cnode_content}.
36 \label{tab:cnode_content}
79 \autoref{tab:bootinfo_struct}.
93 \label{tab:bootinfo_struct}
122 with a \texttt{seL4\_BootInfoHeader}, described in \autoref{tab:bi_header_struct}, that
133 \label{tab:bi_header_struct}
175 in \autoref{tab:untyped_desc_struct}, and details the address, size and kind of
184 \label{tab:untyped_desc_struct}
220 Arguments are listed in \autoref{tab:bootargs} along with their default values (if left unspecified).
242 \label{tab
[all...]
H A Dcspace.tex150 in~\autoref{tab:rights}.
176 \caption{\label{tab:rights}seL4 access rights: What a specific right entitles a
190 there are exceptions. \autoref{tab:cap-derivation} summarises the
210 \caption{Capability derivation.\label{tab:cap-derivation}}
H A Dobjects.tex475 \caption{\label{tab:objsize} Meaning of \texttt{size\_bits} for object types of
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A DMakefile.in420 -rm -f *.tab.c
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/bin/
H A DMakefile.in333 -rm -f *.tab.c
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/suites/api/
H A DMakefile.in467 -rm -f *.tab.c
/seL4-camkes-master/tools/rumprun/tests/configure/
H A DMakefile.in436 -rm -f *.tab.c

Completed in 201 milliseconds