Searched refs:l3 (Results 1 - 14 of 14) sorted by relevance

/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_transfer.c161 hdr->l3.ver_ihl = 5 | (4 << 4);
162 hdr->l3.ttl = 64;
163 hdr->l3.proto = 0x11;
164 hdr->l3.s_ip = htonl(p->l_ip);
165 hdr->l3.d_ip = htonl(p->r_ip);
188 h->l3.len = htons(len + 8 + 20);
H A Dbulk_net_proxy.c99 hdr->l3.ver_ihl = 5 | (4 << 4);
100 hdr->l3.ttl = 64;
101 hdr->l3.proto = 0x11;
102 hdr->l3.s_ip = htonl(p->l_ip);
103 hdr->l3.d_ip = htonl(p->r_ip);
126 h->l3.len = htons(len + 8 + 20);
343 p->r_ip = ntohl(hdr->l3.s_ip);
H A Dbulk_net_backend.h138 } __attribute__((packed)) l3; member in struct:packet_header
H A Dbulk_net_transparent.c311 p->net_ctrl.r_ip = ntohl(hdr->l3.s_ip);
H A Dbulk_net_no_copy.c387 p->net_ctrl.r_ip = ntohl(hdr->l3.s_ip);
/barrelfish-2018-10-04/include/arch/x86_64/machine/
H A Dpmap.h158 #define KVADDR(l4, l3, l2, l1) ( \
161 ((unsigned long)(l3) << PDPSHIFT) | \
165 #define UVADDR(l4, l3, l2, l1) ( \
167 ((unsigned long)(l3) << PDPSHIFT) | \
/barrelfish-2018-10-04/lib/cpuid/
H A Dcpuid_amd.c202 cpuid_amd_l3_cache_t l3 = (cpuid_amd_l3_cache_t)&reg.edx; local
203 ci->associativity = lookup_cache_assoc(cpuid_amd_l3_cache_assoc_extract(l3));
204 ci->size = cpuid_amd_l3_cache_size_extract(l3) * 512 * 1024;
205 ci->linesize = cpuid_amd_l3_cache_linesize_extract(l3);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-sparcv9.pl100 $D="%l3";
169 ld [$inp+12],%l3
195 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
340 or %l3,$tmp0,$tmp0
345 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
529 ld [$ctx+`1*$SZ+4`],%l3
538 or %l3,$tmp1,$tmp1
555 ld [$ctx+`5*$SZ+4`],%l3
564 or %l3,$tmp1,$tmp1
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dpaging.c82 paging_write_l3_entry(union armv8_ttable_entry *l3_table, lvaddr_t va, union armv8_ttable_entry l3) argument
85 l3_table[VMSAv8_64_L3_BASE(va)] = l3;
208 // printf("map table l2@%p->l3@%p\n", table_base + VMSAv8_64_L2_BASE(va), pa);
265 // printf("Setting l3 entry@%p -> (%p) %p raw: %p\n", l3_entry, e.page.base, e.page.base << BASE_PAGE_BITS, e.raw);
782 lvaddr_t l3 = local_phys_to_mem(gen_phys_to_local_phys(l3_gp)); local
783 printf(" l2 %d -> %p\n", l2_index, l3);
787 (union armv8_ttable_entry *)l3 + entry;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-sparcv9.pl54 $acc12="%l3";
545 ldub [%i0+3],%l3
552 or %l3,%l2,%l2
567 ldub [%i0+11],%l3
574 or %l3,%l2,%l2
1091 ldub [%i0+3],%l3
1098 or %l3,%l2,%l2
1113 ldub [%i0+11],%l3
1120 or %l3,%l2,%l2
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dsparccpuid.S90 clr %l3
158 clr %l3
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_domain.c123 p_sdelta(value l1, type t1, value l2, type t2, value l3, type t3),
3118 p_sdelta(value l1, type t1, value l2, type t2, value l3, type t3) argument
3159 Return_Unify_Pw(l3, t3, result_pw.val, result_pw.tag);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dsparcv8.S543 #define a_3 %l3
H A Dsparcv8plus.S650 #define a_3 %l3

Completed in 121 milliseconds