Searched refs:object (Results 76 - 100 of 454) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Ddevice.c32 int ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_TIME,
47 nvif_object_dtor(&device->object);
55 oclass, data, size, &device->object);
60 ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_INFO,
H A Dvmm.c30 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_UNMAP,
53 args->memory = nvif_handle(&mem->object);
57 ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_MAP,
68 WARN_ON(nvif_object_mthd(&vmm->object, NVIF_VMM_V0_PUT,
98 ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_GET,
119 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW,
134 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW,
148 .memory = nvif_handle(&mem->object),
155 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RAW,
172 return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_RA
[all...]
H A Dmem.c34 ret = nvif_object_map(&mem->object, NULL, 0);
44 nvif_object_dtor(&mem->object);
56 mem->object.client = NULL;
72 ret = nvif_object_ctor(&mmu->object, name ? name : "nvifMem", 0, oclass,
73 args, sizeof(*args) + argc, &mem->object);
93 mem->object.client = NULL;
H A Ddriver.c48 &client->object.priv);
51 client->driver->fini(client->object.priv);
H A Dmmu.c30 if (!nvif_object_constructed(&mmu->object))
36 nvif_object_dtor(&mmu->object);
58 &args, sizeof(args), &mmu->object);
67 ret = nvif_mclass(&mmu->object, mems);
87 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_HEAP,
98 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_TYPE,
124 ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_KIND,
/linux-master/security/landlock/
H A DMakefile3 landlock-y := setup.o syscalls.o object.o ruleset.o \
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Duchan.c22 #define nvkm_uchan(p) container_of((p), struct nvkm_uchan, object)
37 struct nvkm_object object; member in struct:nvkm_uchan
42 nvkm_uchan_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) argument
44 struct nvkm_chan *chan = nvkm_uchan(object)->chan;
82 if (!ectx->object)
90 nvkm_object_fini(ectx->object, false);
106 if (!ectx->object)
114 ret = nvkm_object_init(ectx->object);
168 /* Allocate SW object. */
181 /* Allocate HW object
204 nvkm_uchan_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) argument
255 nvkm_uchan_map(struct nvkm_object *object, void *argv, u32 argc, enum nvkm_object_map *type, u64 *addr, u64 *size) argument
272 nvkm_uchan_fini(struct nvkm_object *object, bool suspend) argument
286 nvkm_uchan_init(struct nvkm_object *object) argument
302 nvkm_uchan_dtor(struct nvkm_object *object) argument
321 nvkm_uchan_chan(struct nvkm_object *object) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dpriv.h70 #define nvkm_perfdom(p) container_of((p), struct nvkm_perfdom, object)
71 #include <core/object.h>
74 struct nvkm_object object; member in struct:nvkm_perfdom
99 #define nvkm_perfmon(p) container_of((p), struct nvkm_perfmon, object)
102 struct nvkm_object object; member in struct:nvkm_perfmon
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duconn.c22 #define nvkm_uconn(p) container_of((p), struct nvkm_conn, object)
34 nvkm_uconn_uevent_gsp(struct nvkm_object *object, u64 token, u32 bits) argument
47 return object->client->event(token, &args, sizeof(args.v0));
51 nvkm_uconn_uevent_aux(struct nvkm_object *object, u64 token, u32 bits) argument
64 return object->client->event(token, &args, sizeof(args.v0));
68 nvkm_uconn_uevent_gpio(struct nvkm_object *object, u64 token, u32 bits) argument
79 return object->client->event(token, &args, sizeof(args.v0));
95 nvkm_uconn_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) argument
97 struct nvkm_conn *conn = nvkm_uconn(object);
152 nvkm_uconn_dtor(struct nvkm_object *object) argument
[all...]
H A Dchan.h4 #define nvkm_disp_chan(p) container_of((p), struct nvkm_disp_chan, object)
5 #include <core/object.h>
19 struct nvkm_object object; member in struct:nvkm_disp_chan
27 struct nvkm_gsp_object object; member in struct:nvkm_disp_chan::__anon232
36 int (*push)(struct nvkm_disp_chan *, u64 object);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Duser.c37 struct nvkm_object *object; local
39 object = nvkm_object_search(client, handle, &nvkm_dmaobj_func);
40 if (IS_ERR(object))
41 return (void *)object;
43 return nvkm_dmaobj(object);
79 nvkm_object_ctor(&nvkm_dmaobj_func, oclass, &dmaobj->object);
H A Duser.h4 #define nvkm_dmaobj(p) container_of((p), struct nvkm_dmaobj, object)
/linux-master/fs/cachefiles/
H A Dkey.c37 bool cachefiles_cook_key(struct cachefiles_object *object) argument
39 const u8 *key = fscache_get_key(object->cookie), *kend;
41 unsigned int acc, i, n, nle, nbe, keylen = object->cookie->key_len;
62 name[0] = 'D'; /* Data object type, string encoding */
134 object->d_name = name;
135 object->d_name_len = len;
136 _leave(" = %s", object->d_name);
/linux-master/mm/kasan/
H A Dtags.c97 static void save_stack_info(struct kmem_cache *cache, void *object, argument
132 entry->ptr = object;
140 void kasan_save_alloc_info(struct kmem_cache *cache, void *object, gfp_t flags) argument
142 save_stack_info(cache, object, flags, false);
145 void kasan_save_free_info(struct kmem_cache *cache, void *object) argument
147 save_stack_info(cache, object, 0, true);
H A Dreport_hw_tags.c30 size_t kasan_get_alloc_size(void *object, struct kmem_cache *cache) argument
46 memory_tag = hw_get_mem_tag(object + i * KASAN_GRANULE_SIZE);
/linux-master/drivers/acpi/acpica/
H A Ddbobject.c4 * Module Name: dbobject - ACPI object decode and display
88 * DESCRIPTION: Short display of an internal object. Numbers/Strings/Buffers.
171 /* These types have no attached object */
200 * DESCRIPTION: Short display of an internal object
217 /* Decode the object type */
238 /* Decode the ACPI object type */
255 [obj_desc->reference.value].object;
268 [obj_desc->reference.value].object;
282 object);
284 (obj_desc->reference.object);
[all...]
H A Ddbconvert.c91 * object - Where the buffer object is returned
95 * DESCRIPTION: Convert a string to a buffer object. String is treated a list
101 acpi_db_convert_to_buffer(char *string, union acpi_object *object) argument
145 object->type = ACPI_TYPE_BUFFER;
146 object->buffer.pointer = buffer;
147 object->buffer.length = length;
156 * object - Where the package object is returned
160 * DESCRIPTION: Convert a string to a package object
165 acpi_db_convert_to_package(char *string, union acpi_object *object) argument
222 acpi_db_convert_to_object(acpi_object_type type, char *string, union acpi_object *object) argument
[all...]
H A Ddswstate.c28 * PARAMETERS: object - Where to return the popped object
33 * DESCRIPTION: Pop an object off the top of this walk's result stack
38 acpi_ds_result_pop(union acpi_operand_object **object, argument
69 /* Return object of the top element and clean that top element result stack */
74 *object = state->results.obj_desc[index];
75 if (!*object) {
91 "Obj=%p [%s] Index=%X State=%p Num=%X\n", *object,
92 acpi_ut_get_object_type_name(*object),
102 * PARAMETERS: object
112 acpi_ds_result_push(union acpi_operand_object *object, struct acpi_walk_state *walk_state) argument
276 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state *walk_state) argument
[all...]
/linux-master/samples/bpf/
H A Dfds_example.c39 printf(" -F <file> File to pin/get object\n");
40 printf(" -P |- pin object\n");
41 printf(" -G `- get object\n");
46 printf(" -o <object> `- object file\n");
50 static int bpf_prog_create(const char *object) argument
60 if (object) {
61 obj = bpf_object__open_file(object, NULL);
112 static int bpf_do_prog(const char *file, uint32_t flags, const char *object) argument
117 fd = bpf_prog_create(object);
143 const char *file = NULL, *object = NULL; local
[all...]
H A Drun_cookie_uid_helper_example.sh8 iptables -D OUTPUT -m bpf --object-pinned ${mnt_dir}/bpf_prog -j ACCEPT
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Ddevice.h5 #include <nvif/object.h>
10 struct nvif_object object; member in struct:nvif_device
40 struct nvkm_object object; \
42 } *_udevice = _device->object.priv; \
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dpriv.h3 #define nvkm_fault_buffer(p) container_of((p), struct nvkm_fault_buffer, object)
8 #include <core/object.h>
11 struct nvkm_object object; member in struct:nvkm_fault_buffer
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dchan.c53 nvkm_sw_chan_dtor(struct nvkm_object *object) argument
55 struct nvkm_sw_chan *chan = nvkm_sw_chan(object);
82 nvkm_object_ctor(&nvkm_sw_chan, oclass, &chan->object);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
H A Dg84.c34 g84_cipher_oclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, argument
37 int ret = nvkm_gpuobj_new(object->engine->subdev.device, 16,
41 nvkm_wo32(*pgpuobj, 0x00, object->oclass);
56 g84_cipher_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, argument
59 return nvkm_gpuobj_new(object->engine->subdev.device, 256,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv44.c41 #define nv44_mpeg_chan(p) container_of((p), struct nv44_mpeg_chan, object)
44 struct nvkm_object object; member in struct:nv44_mpeg_chan
52 nv44_mpeg_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, argument
55 struct nv44_mpeg_chan *chan = nv44_mpeg_chan(object);
56 int ret = nvkm_gpuobj_new(chan->object.engine->subdev.device, 264 * 4,
68 nv44_mpeg_chan_fini(struct nvkm_object *object, bool suspend) argument
71 struct nv44_mpeg_chan *chan = nv44_mpeg_chan(object);
84 nv44_mpeg_chan_dtor(struct nvkm_object *object) argument
86 struct nv44_mpeg_chan *chan = nv44_mpeg_chan(object);
112 nvkm_object_ctor(&nv44_mpeg_chan, oclass, &chan->object);
[all...]

Completed in 198 milliseconds

1234567891011>>