Searched refs:obj (Results 176 - 200 of 2687) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Di915_gem_phys.c19 struct drm_i915_gem_object *obj; local
26 obj = i915_gem_object_create_shmem(i915, PAGE_SIZE);
27 if (IS_ERR(obj)) {
28 err = PTR_ERR(obj);
33 err = i915_gem_object_attach_phys(obj, PAGE_SIZE);
39 if (obj->ops != &i915_gem_phys_ops) {
45 if (!atomic_read(&obj->mm.pages_pin_count)) {
52 i915_gem_object_lock(obj);
53 err = i915_gem_object_set_to_gtt_domain(obj, true);
54 i915_gem_object_unlock(obj);
[all...]
H A Di915_gem_client_blt.c24 struct drm_i915_gem_object *obj; local
46 obj = huge_gem_object(engine->i915, phys_sz, sz);
47 if (IS_ERR(obj)) {
48 err = PTR_ERR(obj);
52 vaddr = i915_gem_object_pin_map(obj, I915_MAP_WB);
69 huge_gem_object_phys_size(obj) / sizeof(u32));
71 if (!(obj->cache_coherent & I915_BO_CACHE_COHERENT_FOR_WRITE))
72 obj->cache_dirty = true;
74 err = i915_gem_schedule_fill_pages_blt(obj, ce, obj
[all...]
H A Di915_gem_dmabuf.c21 struct drm_i915_gem_object *obj; local
24 obj = i915_gem_object_create_shmem(i915, PAGE_SIZE);
25 if (IS_ERR(obj))
26 return PTR_ERR(obj);
28 dmabuf = i915_gem_prime_export(&obj->base, 0);
29 i915_gem_object_put(obj);
43 struct drm_i915_gem_object *obj; local
48 obj = i915_gem_object_create_shmem(i915, PAGE_SIZE);
49 if (IS_ERR(obj))
50 return PTR_ERR(obj);
87 struct drm_i915_gem_object *obj; local
169 struct drm_i915_gem_object *obj; local
218 struct drm_i915_gem_object *obj; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dtry_catch.cc74 catch (gnu_obj_1& obj)
77 if (obj.value != egyptian) // marker 1-catch
79 if (obj.key2 != 4589)
100 catch (gnu_obj_1& obj)
103 if (obj.value != egyptian) // marker 2-catch
105 if (obj.key2 != 4589)
109 catch (gnu_obj_1& obj)
112 if (obj.value != egyptian)
114 if (obj.key2 != 4589)
131 catch (exception& obj)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dpr21375-n32.s4 .type obj, @object
5 .weak obj
7 .protected obj
10 .hidden obj
13 .internal obj
25 lw $2, %got_page(obj + 4)($4)
26 lw $3, %got_disp(obj)($4)
27 addiu $2, %got_ofst(obj + 4)
47 lwl $2, %got_page(obj + 4)($4)
48 lwr $3, %got_disp(obj)(
[all...]
H A Dpr21375-n64.s4 .type obj, @object
5 .weak obj
7 .protected obj
10 .hidden obj
13 .internal obj
25 ld $2, %got_page(obj + 4)($4)
26 ld $3, %got_disp(obj)($4)
27 daddiu $2, %got_ofst(obj + 4)
47 ldl $2, %got_page(obj + 4)($4)
48 ldr $3, %got_disp(obj)(
[all...]
/netbsd-current/libexec/ld.elf_so/arch/riscv/
H A Dmdreloc.c52 _rtld_setup_pltgot(const Obj_Entry *obj) argument
54 obj->pltgot[0] = (Elf_Addr) &_rtld_bind_start;
55 obj->pltgot[1] = (Elf_Addr) obj;
99 _rtld_relocate_nonplt_objects(Obj_Entry *obj) argument
106 for (rela = obj->rela; rela < obj->relalim; rela++) {
108 (Elf_Addr *)(obj->relocbase + rela->r_offset);
120 def = _rtld_find_symdef(symnum, obj, &defobj,
135 const Elf_Addr val = (Elf_Addr)obj
237 _rtld_relocate_plt_lazy(Obj_Entry *obj) argument
260 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *tp) argument
295 _rtld_bind(const Obj_Entry *obj, Elf_Word gotoff) argument
312 _rtld_relocate_plt_objects(const Obj_Entry *obj) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dtry_catch.cc74 catch (gnu_obj_1& obj)
77 if (obj.value != egyptian) // marker 1-catch
79 if (obj.key2 != 4589)
100 catch (gnu_obj_1& obj)
103 if (obj.value != egyptian) // marker 2-catch
105 if (obj.key2 != 4589)
109 catch (gnu_obj_1& obj)
112 if (obj.value != egyptian)
114 if (obj.key2 != 4589)
131 catch (exception& obj)
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_project_out_param_templ.c13 /* If "obj" involves a parameter with identifier "id",
16 __isl_give TYPE *FN(TYPE,project_out_param_id)(__isl_take TYPE *obj,
21 if (!obj || !id)
23 pos = FN(TYPE,find_dim_by_id)(obj, isl_dim_param, id);
26 return obj;
27 return FN(TYPE,project_out)(obj, isl_dim_param, pos, 1);
29 FN(TYPE,free)(obj);
34 /* If "obj" involves any of the parameters with identifiers in "list",
37 __isl_give TYPE *FN(TYPE,project_out_param_id_list)(__isl_take TYPE *obj,
50 obj
[all...]
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcheck_makefile_deps.sh42 for obj in *.o
45 if test $obj = $start_after; then
50 case $skip in *\ $obj\ *) continue ;; esac
52 mv -f $obj $obj.backup
53 ${MAKE} $obj CFLAGS='-MM -MF depfile'
54 mv -f $obj.backup $obj
56 LC_ALL=C ${MAKE} -d $obj >make-d-log
68 sed -n '/.*Prerequisite..\([^ ]*\). is newer than target .'"$obj"'
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcheck_makefile_deps.sh42 for obj in *.o
45 if test $obj = $start_after; then
50 case $skip in *\ $obj\ *) continue ;; esac
52 mv -f $obj $obj.backup
53 ${MAKE} $obj CFLAGS='-MM -MF depfile'
54 mv -f $obj.backup $obj
56 LC_ALL=C ${MAKE} -d $obj >make-d-log
68 sed -n '/.*Prerequisite..\([^ ]*\). is newer than target .'"$obj"'
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_gem.h66 void (*free)(struct drm_gem_object *obj);
75 int (*open)(struct drm_gem_object *obj, struct drm_file *file);
84 void (*close)(struct drm_gem_object *obj, struct drm_file *file);
100 const struct drm_gem_object *obj);
110 struct dma_buf *(*export)(struct drm_gem_object *obj, int flags);
119 int (*pin)(struct drm_gem_object *obj);
128 void (*unpin)(struct drm_gem_object *obj);
142 struct sg_table *(*get_sg_table)(struct drm_gem_object *obj);
152 void *(*vmap)(struct drm_gem_object *obj);
162 void (*vunmap)(struct drm_gem_object *obj, voi
393 drm_gem_object_get(struct drm_gem_object *obj) argument
414 __drm_gem_object_put(struct drm_gem_object *obj) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Demutls.c102 emutls_alloc (struct __emutls_object *obj) argument
109 if (obj->align <= sizeof (void *))
111 ptr = malloc (obj->size + sizeof (void *));
119 ptr = malloc (obj->size + sizeof (void *) + obj->align - 1);
122 ret = (void *) (((pointer) (ptr + sizeof (void *) + obj->align - 1))
123 & ~(pointer)(obj->align - 1));
127 if (obj->templ)
128 memcpy (ret, obj->templ, obj
142 struct __emutls_object *obj = vobj; local
209 struct __emutls_object *obj = vobj; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Demutls.c102 emutls_alloc (struct __emutls_object *obj) argument
109 if (obj->align <= sizeof (void *))
111 ptr = malloc (obj->size + sizeof (void *));
119 ptr = malloc (obj->size + sizeof (void *) + obj->align - 1);
122 ret = (void *) (((pointer) (ptr + sizeof (void *) + obj->align - 1))
123 & ~(pointer)(obj->align - 1));
127 if (obj->templ)
128 memcpy (ret, obj->templ, obj
142 struct __emutls_object *obj = vobj; local
209 struct __emutls_object *obj = vobj; local
[all...]
/netbsd-current/libexec/ld.elf_so/
H A Dsymver.c72 _rtld_object_add_name(Obj_Entry *obj, const char *name) argument
82 SIMPLEQ_INSERT_TAIL(&obj->names, entry, link);
87 _rtld_object_match_name(const Obj_Entry *obj, const char *name) argument
91 SIMPLEQ_FOREACH(entry, &obj->names, link) {
101 locate_dependency(const Obj_Entry *obj, const char *name) argument
107 if (_rtld_object_match_name(entry->obj, name))
108 return entry->obj;
111 for (needed = obj->needed; needed != NULL; needed = needed->next) {
113 &obj->strtab[needed->name]));
114 if (strcmp(name, &obj
175 _rtld_verify_object_versions(Obj_Entry *obj) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_internal.c42 static int i915_gem_object_get_pages_internal(struct drm_i915_gem_object *obj) argument
44 struct drm_i915_private *i915 = to_i915(obj->base.dev);
52 obj->mm.u.internal.rsegs = obj->mm.u.internal.nsegs = 0;
54 KASSERT(obj->mm.u.internal.segs == NULL);
55 nsegs = obj->base.size >> PAGE_SHIFT;
57 nsegs > SIZE_MAX/sizeof(obj->mm.u.internal.segs[0])) {
61 obj->mm.u.internal.segs = kmem_alloc(
62 nsegs * sizeof(obj->mm.u.internal.segs[0]),
64 if (obj
218 i915_gem_object_put_pages_internal(struct drm_i915_gem_object *obj, struct sg_table *pages) argument
266 struct drm_i915_gem_object *obj; local
[all...]
/netbsd-current/libexec/ld.elf_so/arch/sh3/
H A Dmdreloc.c21 _rtld_setup_pltgot(const Obj_Entry *obj) argument
23 obj->pltgot[1] = (Elf_Addr) obj;
24 obj->pltgot[2] = (Elf_Addr) &_rtld_bind_start;
52 _rtld_relocate_nonplt_objects(Obj_Entry *obj) argument
59 for (rela = obj->rela; rela < obj->relalim; rela++) {
64 where = (Elf_Addr *)(obj->relocbase + rela->r_offset);
77 def = _rtld_find_symdef(symnum, obj, &defobj,
98 obj
207 _rtld_relocate_plt_lazy(Obj_Entry *obj) argument
228 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
246 _rtld_relocate_plt_objects(const Obj_Entry *obj) argument
258 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *tp) argument
[all...]
/netbsd-current/libexec/ld.elf_so/arch/arm/
H A Dmdreloc.c19 _rtld_setup_pltgot(const Obj_Entry *obj) argument
21 obj->pltgot[1] = (Elf_Addr) obj;
22 obj->pltgot[2] = (Elf_Addr) &_rtld_bind_start;
74 _rtld_relocate_nonplt_objects(Obj_Entry *obj) argument
81 for (rel = obj->rel; rel < obj->rellim; rel++) {
86 where = (Elf_Addr *)(obj->relocbase + rel->r_offset);
98 def = _rtld_find_symdef(symnum, obj, &defobj,
123 tmp = (Elf_Addr)obj
265 _rtld_relocate_plt_lazy(Obj_Entry *obj) argument
287 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rel *rel, Elf_Addr *tp) argument
325 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
340 _rtld_relocate_plt_objects(const Obj_Entry *obj) argument
[all...]
/netbsd-current/usr.bin/ldd/
H A Dldd_elfxx.c141 Obj_Entry *obj = _rtld_objlist; local
142 _rtld_objlist = obj->next;
143 while (obj->rpaths != NULL) {
144 const Search_Path *rpath = obj->rpaths;
145 obj->rpaths = rpath->sp_next;
149 while (obj->needed != NULL) {
150 const Needed_Entry *needed = obj->needed;
151 obj->needed = needed->next;
154 (void) munmap(obj->mapbase, obj
167 fmtprint(const char *libname, Obj_Entry *obj, const char *fmt1, const char *fmt2) argument
252 print_needed(Obj_Entry *obj, const char *fmt1, const char *fmt2) argument
[all...]
/netbsd-current/games/warp/
H A Dthem.c47 OBJECT *obj = NULL; local
53 if (numcrushes && (obj=movers)->type == Crusher) {
55 y = obj->posy;
56 x = (obj->posx+(obj->image=='<'?1:-1)+XSIZE00)%XSIZE;
58 obj->velx = 0; /* stop and munch amoeba */
61 obj->velx = (obj->image=='<' ? 1 : -1);
63 else if (!obj->velx) {
65 obj
[all...]
/netbsd-current/libexec/ld.elf_so/arch/alpha/
H A Dalpha_reloc.c89 _rtld_setup_pltgot(const Obj_Entry *obj) argument
133 word0 = *(uint32_t *)(((char *) obj->pltgot) + 32);
136 adbg(("ALPHA: object %p has old PLT format\n", obj));
137 obj->pltgot[2] = (Elf_Addr) &_rtld_bind_start_old;
138 obj->pltgot[3] = (Elf_Addr) obj;
141 adbg(("ALPHA: object %p has new PLT format\n", obj));
142 obj->pltgot[2] = (Elf_Addr) &_rtld_bind_start;
143 obj->pltgot[3] = (Elf_Addr) obj;
199 _rtld_relocate_nonplt_objects(Obj_Entry *obj) argument
346 _rtld_relocate_plt_lazy(Obj_Entry *obj) argument
367 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *tp) argument
550 _rtld_bind(const Obj_Entry *obj, Elf_Addr reloff) argument
567 _rtld_relocate_plt_objects(const Obj_Entry *obj) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A DMakefile12 cmd_mkregtable = $(obj)/mkregtable $< > $@
14 $(obj)/rn50_reg_safe.h: $(src)/reg_srcs/rn50 $(obj)/mkregtable
17 $(obj)/r100_reg_safe.h: $(src)/reg_srcs/r100 $(obj)/mkregtable
20 $(obj)/r200_reg_safe.h: $(src)/reg_srcs/r200 $(obj)/mkregtable
23 $(obj)/rv515_reg_safe.h: $(src)/reg_srcs/rv515 $(obj)/mkregtable
26 $(obj)/r300_reg_saf
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_utils.c27 #define PARAM_CHECK(obj, func, errfunc) \
28 if (obj == NULL) \
30 if (obj->prov == NULL) \
32 if (obj->func == NULL) { \
38 int name (const type *obj, OSSL_PARAM params[]) \
40 PARAM_CHECK(obj, func, err) \
41 return obj->func(params); \
45 int name (const type *obj, void *algctx, OSSL_PARAM params[]) \
47 PARAM_CHECK(obj, func, err) \
48 return obj
[all...]
/netbsd-current/games/hack/
H A Dhack.apply.c74 static void use_camera(struct obj *);
75 static int in_ice_box(struct obj *);
76 static int ck_ice_box(struct obj *);
77 static int out_ice_box(struct obj *);
78 static void use_ice_box(struct obj *);
80 static void use_whistle(struct obj *);
81 static void use_magic_whistle(struct obj *);
83 static int use_pick_axe(struct obj *);
88 struct obj *obj; local
189 in_ice_box(struct obj *obj) argument
221 ck_ice_box(struct obj *obj) argument
227 out_ice_box(struct obj *obj) argument
245 use_ice_box(struct obj *obj) argument
369 struct obj *obj; local
437 use_pick_axe(struct obj *obj) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/win32/
H A DMakefile.msc8 # OBJA="inffas32.obj match686.obj" (use ASM code, x86)
10 # OBJA="inffasx64.obj gvmat64.obj inffas8664.obj" (use ASM code, x64)
36 OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzli
[all...]

Completed in 259 milliseconds

1234567891011>>