Searched refs:tmp (Results 1 - 25 of 303) sorted by path

1234567891011>>

/barrelfish-2018-10-04/doc/000-overview/
H A DOverview.tex747 \item[tools/tmp/] Miscellaneous intermediate files, mostly from
/barrelfish-2018-10-04/doc/002-mackerel/
H A DMackerel.tex1931 e1000_rxdctl_t tmp = e1000_rxdctl_default;
1932 tmp = e1000_rxdctl_gran_insert(tmp,1);
1933 tmp = e1000_rxdctl_wthresh_insert(tmp,1);
1934 e1000_rxdctl_wr(d, 0, tmp);
/barrelfish-2018-10-04/doc/018-Practical-guide/
H A Dgenerate_readme_tex.sh8 CLEANEDREADME=`mktemp --tmpdir="./" tmp.XXXXXX`
9 CONVERTEDTEX=`mktemp --tmpdir="./" tmp.XXXXXX`
/barrelfish-2018-10-04/include/arch/aarch64/barrelfish_kpi/
H A Dspinlocks_arch.h26 unsigned long tmp; local
36 : "=&r" (tmp), "+Q" (*spinlock)
/barrelfish-2018-10-04/include/arch/aarch64/machine/
H A Dasm.h66 * clear the handler. The tmp parameter should be a register able to hold
69 #define SET_FAULT_HANDLER(handler, tmp) \
70 ldr tmp, [x18, #PC_CURTHREAD]; /* Load curthread */ \
71 ldr tmp, [tmp, #TD_PCB]; /* Load the pcb */ \
72 str handler, [tmp, #PCB_ONFAULT] /* Set the handler */
H A Datomic.h60 uint32_t tmp; \
68 : "=&r"(tmp), "=&r"(res) \
77 uint64_t tmp; \
85 : "=&r"(tmp), "=&r"(res) \
106 uint32_t tmp; \
117 : "=&r"(tmp), "=&r"(res) \
129 uint64_t tmp; \
140 : "=&r"(tmp), "=&r"(res) \
155 uint32_t tmp, ret; local
163 : "=&r"(tmp), "
174 uint64_t tmp, ret; local
[all...]
/barrelfish-2018-10-04/include/arch/arm/machine/
H A Datomic-v4.h60 u_int cpsr_save, tmp; \
66 : "=r" (cpsr_save), "=r" (tmp) \
290 uint32_t start, tmp, ras_start = ARM_RAS_START; local
306 : "+r" (ras_start), "=r" (start), "=r" (tmp), "+r" (p), "+r" (v)
H A Datomic-v6.h98 uint32_t tmp = 0, tmp2 = 0; local
107 : "=&r" (tmp), "+r" (tmp2)
114 uint64_t tmp; local
119 " ldrexd %Q[tmp], %R[tmp], [%[ptr]] \n"
120 " adds %Q[tmp], %Q[val] \n"
121 " adc %R[tmp], %R[tmp], %R[val] \n"
122 " strexd %[exf], %Q[tmp], %R[tmp], [
147 uint32_t tmp = 0, tmp2 = 0; local
163 uint64_t tmp; local
218 uint64_t tmp; local
308 uint32_t tmp = 0, tmp2 = 0, ret = 0; local
325 uint64_t ret, tmp; local
405 uint32_t ret, tmp = 0, tmp2 = 0; local
422 uint64_t ret, tmp; local
452 uint32_t tmp = 0, tmp2 = 0; local
468 uint64_t tmp; local
501 uint32_t tmp = 0, tmp2 = 0; local
517 uint64_t tmp; local
550 uint64_t tmp; local
599 uint32_t tmp, tmp2, res, mask; local
[all...]
/barrelfish-2018-10-04/include/arch/x86/barrelfish/
H A Diocap_arch.h28 uint32_t tmp = 0; local
29 errval_t err = invoke_iocap_in(iocap, IOCmd_Inb, port, &tmp);
31 *data = tmp;
48 uint32_t tmp = 0; local
49 errval_t err = invoke_iocap_in(iocap, IOCmd_Inw, port, &tmp);
51 *data = tmp;
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dmagic.c164 u_char tmp[MD5_HASH_SIZE]; local
172 lwip_md5_finish(&md5_ctx, tmp);
176 MEMCPY(buf, tmp, n);
H A Dvj.c508 u32_t tmp; local
554 tmp = lwip_ntohl(th->ackno) + i;
555 th->ackno = lwip_htonl(tmp);
556 tmp = lwip_ntohl(th->seqno) + i;
557 th->seqno = lwip_htonl(tmp);
563 tmp = lwip_ntohl(th->seqno) + lwip_ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen;
564 th->seqno = lwip_htonl(tmp);
609 tmp = n0->tot_len - vjlen + cs->cs_hlen;
610 IPH_LEN_SET(&cs->cs_ip, lwip_htons((u16_t)tmp));
618 for (tmp
[all...]
/barrelfish-2018-10-04/include/netinet/
H A Dip6.h310 int tmp; \
314 t = m_pulldown((m), (off), (len), &tmp); \
316 if (t->m_len < tmp + (len)) \
318 (val) = (typ)(mtod(t, caddr_t) + tmp); \
/barrelfish-2018-10-04/include/openssl/
H A Dssl2.h219 } tmp; member in struct:ssl2_state_st
H A Dssl3.h507 } tmp; member in struct:ssl3_state_st
/barrelfish-2018-10-04/include/sys/
H A Dtree.h85 /* SPLAY_ROTATE_{LEFT,RIGHT} expect that tmp hold SPLAY_{RIGHT,LEFT} */
86 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \
87 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \
88 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \
89 (head)->sph_root = tmp; \
92 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \
93 SPLAY_RIGHT((head)->sph_root, field) = SPLAY_LEFT(tmp, field); \
94 SPLAY_LEFT(tmp, field) = (head)->sph_root; \
95 (head)->sph_root = tmp; \
98 #define SPLAY_LINKLEFT(head, tmp, fiel
[all...]
/barrelfish-2018-10-04/include/vm/
H A Dvm_kern.c220 vm_offset_t addr, tmp; local
251 tmp = addr;
256 pmap_enter(kernel_pmap, tmp, m, VM_PROT_ALL,
258 tmp += PAGE_SIZE;
H A Dvm_phys.c886 struct vm_phys_fictitious_seg tmp, *seg; local
890 tmp.start = pa;
891 tmp.end = 0;
894 seg = RB_FIND(fict_tree, &vm_phys_fictitious_tree, &tmp);
1006 struct vm_phys_fictitious_seg *seg, tmp; local
1048 tmp.start = start;
1049 tmp.end = 0;
1052 seg = RB_FIND(fict_tree, &vm_phys_fictitious_tree, &tmp);
H A Dvm_radix.c337 struct vm_radix_node *rnode, *tmp; local
376 tmp = vm_radix_node_get(vm_radix_trimkey(index,
379 if (tmp == NULL) {
385 tmp->rn_count = 0;
386 vm_radix_node_put(tmp);
389 *parentp = tmp;
390 vm_radix_addpage(tmp, index, clev, page);
391 vm_radix_addpage(tmp, m->pindex, clev, m);
415 tmp = vm_radix_node_get(vm_radix_trimkey(index, clev + 1), 2, clev);
417 if (tmp
[all...]
/barrelfish-2018-10-04/kernel/arch/arm/
H A Dmultiboot.c73 #define CHECK(pa) { lpaddr_t tmp = pa; if (tmp > end) { end = tmp; } }
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dexceptions.S36 .macro get_dispatcher_shared_arm out tmp
37 load_got \tmp
39 ldr \out, [\tmp, \out]
/barrelfish-2018-10-04/kernel/arch/k1om/
H A Dstartup_arch.c168 struct multiboot_mmap tmp = mbi_mmaps[i-1]; local
170 mbi_mmaps[i] = tmp;
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dmultiboot.c70 #define CHECK(pa) { lpaddr_t tmp = pa; if (tmp > end) { end = tmp; } }
H A Dstartup_x86.c228 struct multiboot_mmap tmp; local
229 tmp = *curmmap;
231 *nextmmap = tmp;
/barrelfish-2018-10-04/kernel/include/target/x86_32/
H A Dpaging_kernel_target.h238 union x86_32_pdir_entry tmp; local
239 tmp.raw = PTABLE_CLEAR;
241 tmp.d.present = 1;
242 tmp.d.read_write = 1;
243 tmp.d.user_supervisor = 1;
244 tmp.d.base_addr = base >> 12;
246 *entry = tmp;
253 union x86_32_pdpte_entry tmp; local
254 tmp.raw = X86_32_PTABLE_CLEAR;
256 tmp
277 union x86_32_ptable_entry tmp; local
314 union x86_32_ptable_entry tmp; local
344 union x86_32_ptable_entry tmp = *entry; local
372 union x86_32_ptable_entry tmp = *entry; local
[all...]
/barrelfish-2018-10-04/kernel/include/target/x86_64/
H A Dpaging_kernel_target.h200 union x86_64_pdir_entry tmp; local
201 tmp.raw = X86_64_PTABLE_CLEAR;
203 tmp.d.present = 1;
204 tmp.d.read_write = 1;
205 tmp.d.user_supervisor = 1;
206 tmp.d.base_addr = base >> 12;
208 *entry = tmp;
224 union x86_64_ptable_entry tmp; local
225 tmp.raw = X86_64_PTABLE_CLEAR;
227 tmp
254 union x86_64_ptable_entry tmp; local
290 union x86_64_ptable_entry tmp; local
325 union x86_64_ptable_entry tmp = *entry; local
357 union x86_64_ptable_entry tmp = *entry; local
389 union x86_64_ptable_entry tmp = *entry; local
410 union x86_64_pdir_entry tmp = *entry; local
[all...]

Completed in 553 milliseconds

1234567891011>>