Home
last modified time | relevance | path

Searched refs:code_templ (Results 1 – 25 of 55) sorted by relevance

123

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_x86_tls.h127 const char code_templ[16] = { in entry_generate_or_patch() local
135 size = sizeof(code_templ); in entry_generate_or_patch()
138 if (!code || size < sizeof(code_templ)) in entry_generate_or_patch()
141 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate_or_patch()
/dports/lang/clover/mesa-21.3.6/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_x86_tls.h127 const char code_templ[16] = { in entry_generate_or_patch() local
135 size = sizeof(code_templ); in entry_generate_or_patch()
138 if (!code || size < sizeof(code_templ)) in entry_generate_or_patch()
141 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate_or_patch()
/dports/graphics/libosmesa/mesa-21.3.6/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_x86_tls.h127 const char code_templ[16] = { in entry_generate_or_patch() local
135 size = sizeof(code_templ); in entry_generate_or_patch()
138 if (!code || size < sizeof(code_templ)) in entry_generate_or_patch()
141 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate_or_patch()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mapi/
H A Dentry_ppc64le_tsd.h123 static const uint32_t code_templ[] = { variable
179 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE = sizeof(code_templ) - 3*8;
180 static const uint64_t TEMPLATE_OFFSET_CURRENT_TABLE_GET = sizeof(code_templ) - 2*8;
181 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
198 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
202 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()
H A Dentry_ppc64le_tls.h98 static const uint32_t code_templ[] = { variable
123 static const uint64_t TEMPLATE_OFFSET_TLS_ADDR = sizeof(code_templ) - 2*8;
124 static const uint64_t TEMPLATE_OFFSET_SLOT = sizeof(code_templ) - 1*8;
140 code = u_execmem_alloc(sizeof(code_templ)); in entry_generate()
144 memcpy(code, code_templ, sizeof(code_templ)); in entry_generate()

123