Home
last modified time | relevance | path

Searched full:storing (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dexstore.c73 * Storing an object into a Named node. in acpi_ex_store()
124 /* Storing an object into a Name "container" */ in acpi_ex_store()
134 /* Storing to an Index (pointer into a packager or buffer) */ in acpi_ex_store()
154 * Storing to the Debug object causes the value stored to be in acpi_ex_store()
212 * Storing to a package element. Copy the object and replace in acpi_ex_store_object_to_index()
347 * When storing into an object the data is converted to the
354 * storing to an arg_x -- as per the rules of the ACPI spec.
378 ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Storing %p [%s] to node %p [%s]\n", in acpi_ex_store_object_to_node()
408 * Storing a package to a Local/Arg is OK, and handled in acpi_ex_store_object_to_node()
570 "Storing [%s] (%p) directly into node [%s] (%p)" in acpi_ex_store_direct_to_node()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
Dexstore.c73 * Storing an object into a Named node. in acpi_ex_store()
124 /* Storing an object into a Name "container" */ in acpi_ex_store()
134 /* Storing to an Index (pointer into a packager or buffer) */ in acpi_ex_store()
154 * Storing to the Debug object causes the value stored to be in acpi_ex_store()
212 * Storing to a package element. Copy the object and replace in acpi_ex_store_object_to_index()
347 * When storing into an object the data is converted to the
354 * storing to an arg_x -- as per the rules of the ACPI spec.
378 ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Storing %p [%s] to node %p [%s]\n", in acpi_ex_store_object_to_node()
408 * Storing a package to a Local/Arg is OK, and handled in acpi_ex_store_object_to_node()
570 "Storing [%s] (%p) directly into node [%s] (%p)" in acpi_ex_store_direct_to_node()
/kernel/liteos_a/kernel/common/
Dlos_excinfo.c44 STATIC CHAR *g_excInfoBuf = NULL; /* pointer to the buffer for storing the exception inf…
45 STATIC UINT32 g_excInfoIndex = 0xFFFFFFFF; /* the index of the buffer for storing the exception i…
46 STATIC UINT32 g_recordAddr = 0; /* the address of storing the exception information */
47 STATIC UINT32 g_recordSpace = 0; /* the size of storing the exception information */
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/
Drseq-x86-bits.h27 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
93 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
159 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
213 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
269 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
350 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
425 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
539 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
605 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
671 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
[all …]
Drseq-ppc-bits.h26 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
91 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
161 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
221 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
305 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
386 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
Drseq-s390-bits.h20 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
88 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
156 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
213 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
297 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
375 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
Drseq-mips-bits.h25 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
86 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
149 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
204 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
283 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
360 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
Drseq-arm-bits.h25 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
93 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
163 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
221 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
310 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
395 /* Start rseq by storing table entry pointer into rseq_cs. */ in RSEQ_TEMPLATE_IDENTIFIER()
/kernel/linux/linux-5.10/tools/testing/selftests/rseq/
Drseq-x86.h127 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_storev()
193 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpnev_storeoffp_load()
259 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_addv()
313 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_offset_deref_addv()
368 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trystorev_storev()
448 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_cmpeqv_storev()
528 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trymemcpy_storev()
736 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_storev()
802 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpnev_storeoffp_load()
868 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_addv()
[all …]
Drseq-arm.h162 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_storev()
230 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpnev_storeoffp_load()
300 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_addv()
357 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trystorev_storev()
433 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trystorev_storev_release()
511 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_cmpeqv_storev()
599 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trymemcpy_storev()
722 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trymemcpy_storev_release()
Drseq-ppc.h224 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_storev()
289 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpnev_storeoffp_load()
359 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_addv()
418 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trystorev_storev()
491 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trystorev_storev_release()
567 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_cmpeqv_storev()
649 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trymemcpy_storev()
728 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trymemcpy_storev_release()
Drseq-mips.h169 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_storev()
230 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpnev_storeoffp_load()
293 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_addv()
347 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trystorev_storev()
416 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trystorev_storev_release()
487 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_cmpeqv_storev()
565 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trymemcpy_storev()
680 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trymemcpy_storev_release()
Drseq-s390.h149 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_storev()
217 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpnev_storeoffp_load()
285 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_addv()
341 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trystorev_storev()
423 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_cmpeqv_storev()
505 /* Start rseq by storing table entry pointer into rseq_cs. */ in rseq_cmpeqv_trymemcpy_storev()
/kernel/linux/linux-5.10/Documentation/core-api/
Dxarray.rst48 The XArray does not support storing IS_ERR() pointers as some
54 the range. Storing to any index will store to all of them. Multi-index
55 entries can be explicitly split into smaller entries, or storing ``NULL``
94 indices. Storing into one index may result in the entry retrieved by
153 also mark the entry as being allocated. Unlike a normal XArray, storing
237 that you are storing in the XArray, you can call xa_lock()
451 operations on one index affect all indices. For example, storing into
482 Storing ``NULL`` into any index of a multi-index entry will set the
/kernel/linux/linux-6.6/Documentation/core-api/
Dxarray.rst48 The XArray does not support storing IS_ERR() pointers as some
54 the range. Storing to any index will store to all of them. Multi-index
55 entries can be explicitly split into smaller entries, or storing ``NULL``
94 indices. Storing into one index may result in the entry retrieved by
153 also mark the entry as being allocated. Unlike a normal XArray, storing
237 that you are storing in the XArray, you can call xa_lock()
455 operations on one index affect all indices. For example, storing into
486 Storing ``NULL`` into any index of a multi-index entry will set the
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
Dstream2mmio_defs.h42 #define _STREAM2MMIO_CMD_TOKEN_STORE_WORDS 0 /* command for storing a number of o…
43 #define _STREAM2MMIO_CMD_TOKEN_STORE_PACKETS 1 /* command for storing a number of p…
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/css_2401_system/hrt/
Dstream2mmio_defs.h42 #define _STREAM2MMIO_CMD_TOKEN_STORE_WORDS 0 /* command for storing a number of o…
43 #define _STREAM2MMIO_CMD_TOKEN_STORE_PACKETS 1 /* command for storing a number of p…
/kernel/linux/linux-6.6/net/ipv4/
Dfou_bpf.c39 * @encap Pointer to a `struct bpf_fou_encap` storing UDP src and
85 * @encap Pointer to a struct bpf_fou_encap storing UDP source and
/kernel/linux/linux-6.6/fs/smb/server/
Dxattr.h33 * Storing it into the xattr named "DOSATTRIB" separately from inode
87 * xattr_ntacl is used for storing ntacl and hashes.
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Dia_css_event_public.h134 /** For storing the full 32-bit of the timer value. Valid only for TIMER
137 /** For storing the code of the TIMER event. Valid only for
140 /** For storing the subcode of the TIMER event. Valid only
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dia_css_event_public.h133 /** For storing the full 32-bit of the timer value. Valid only for TIMER
136 /** For storing the code of the TIMER event. Valid only for
139 /** For storing the subcode of the TIMER event. Valid only
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
Dau0828-input.c175 dprintk(16, "Storing NEC start %s with duration %d", in au0828_get_key_au8522()
181 dprintk(16, "Storing RC5 start %s with duration %d", in au0828_get_key_au8522()
190 dprintk(16, "Storing %s with duration %d", in au0828_get_key_au8522()
202 dprintk(16, "Storing end %s with duration %d", in au0828_get_key_au8522()
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
Dau0828-input.c175 dprintk(16, "Storing NEC start %s with duration %d", in au0828_get_key_au8522()
181 dprintk(16, "Storing RC5 start %s with duration %d", in au0828_get_key_au8522()
190 dprintk(16, "Storing %s with duration %d", in au0828_get_key_au8522()
202 dprintk(16, "Storing end %s with duration %d", in au0828_get_key_au8522()
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-zoned.rst27 internally for storing metadata and performaing reclaim operations.
39 Conventional zones are used for caching as well as for storing internal
73 indicates the zone number of the device storing the chunk of data. Each
/kernel/linux/linux-6.6/Documentation/admin-guide/device-mapper/
Ddm-zoned.rst27 internally for storing metadata and performing reclaim operations.
39 Conventional zones are used for caching as well as for storing internal
73 indicates the zone number of the device storing the chunk of data. Each

12345678910>>...43