Searched refs:pointer (Results 101 - 125 of 663) sorted by path

1234567891011>>

/linux-master/arch/x86/entry/vdso/
H A DMakefile56 -fno-omit-frame-pointer -foptimize-sibling-calls \
133 KBUILD_CFLAGS_32 += -fno-omit-frame-pointer
/linux-master/arch/x86/kernel/
H A Dhead_64.S94 * subsequent code. Pass the boot_params pointer as the first argument.
175 /* Clear %R15 which holds the boot_params pointer on the boot CPU */
327 * protection. For the boot CPU the pointer is NULL!
414 /* Pass the boot_params pointer as first argument */
418 xorl %ebp, %ebp # clear frame pointer
/linux-master/arch/x86/um/vdso/
H A DMakefile43 -fno-omit-frame-pointer -foptimize-sibling-calls
/linux-master/arch/xtensa/kernel/
H A Dalign.S154 * a2: new stack pointer, original in DEPC
217 * a2: new stack pointer, original in DEPC
377 # a7: instruction pointer, a4: instruction, a3: value
H A Dentry.S104 * a2: new stack pointer, original value in depc
116 * stack pointer (a1) has been set.
240 /* We are back to the original stack pointer (a1) */
251 * Note: Even though we changes the stack pointer, we don't have to do a
259 * a2: new stack pointer, original in DEPC
271 * stack pointer (a1) has been set.
598 rsr a1, depc # restore stack pointer
848 l32i a2, a2, EXC_TABLE_KSTK # load kernel stack pointer
923 * - If the stack pointer could be invalid, the caller has to setup a
924 * dummy stack pointer (
[all...]
H A Dvectors.S30 * a2: new stack pointer, original value in depc
66 * Note: the saved kernel stack pointer (EXC_TABLE_KSTK) is already
91 * We decrement the current stack pointer (kernel) by PT_KERNEL_SIZE and
103 addi a2, a1, -16 - PT_KERNEL_SIZE # adjust stack pointer
136 * The variable at TABLE_FIXUP offset from the pointer in EXCSAVE_1 doubles as
137 * a boolean variable and a pointer to a fixup routine. If the variable
143 * pointer is valid. Once the fixup/default handler leaves that area, the
153 * - The original stack pointer (in a1) must not be modified. The fast
154 * exception handler should only use a2 as the stack pointer.
156 * - If the fast handler manipulates the stack pointer (i
[all...]
/linux-master/arch/xtensa/lib/
H A Dstrncpy_user.S37 # a1/ stack pointer
70 addi a3, a3, 1 # advance src pointer
73 addi a11, a11, 1 # advance dst pointer
83 addi a11, a11, 1 # advance dst pointer
87 addi a3, a3, 2 # advance src pointer
90 addi a11, a11, 1 # advance dst pointer
112 addi a3, a3, 4 # advance src pointer
118 addi a11, a11, 4 # advance dst pointer
127 addi a3, a3, 2 # advance src pointer
136 addi a11, a11, 2 # advance dst pointer
[all...]
H A Dstrnlen_user.S73 addi a4, a4, 4 # advance string pointer
87 addi a4, a4, 2 # advance string pointer
96 addi a4, a4, 1 # advance string pointer
121 addi a4, a4, 1 # advance string pointer
123 bbci.l a4, 1, .Laligned # if string pointer is now word-aligned
/linux-master/drivers/acpi/
H A Dacpi_apd.c89 strcpy(clk_data->name, obj->string.pointer);
H A Dacpi_pad.c362 if (!buffer.length || !buffer.pointer)
365 package = buffer.pointer;
373 kfree(buffer.pointer);
383 .pointer = (void *)&idle_cpus,
H A Dacpi_processor.c560 .cap.pointer = capbuf,
573 kfree(osc_context.ret.pointer);
829 cst = buffer.pointer;
887 reg = (struct acpi_power_register *)obj->buffer.pointer;
972 kfree(buffer.pointer);
H A Dacpi_tad.c76 .pointer = args,
89 args[0].buffer.pointer = (u8 *)rt;
122 out_obj = output.pointer;
129 data = (struct acpi_tad_rt *)(out_obj->buffer.pointer);
137 ACPI_FREE(output.pointer);
259 .pointer = args,
308 .pointer = args,
364 .pointer = args,
405 .pointer = args,
H A Dacpi_video.c321 obj = (union acpi_object *)buffer.pointer;
333 kfree(buffer.pointer);
637 obj = buffer.pointer;
655 * video : video bus device pointer
1304 dod = buffer.pointer;
1348 kfree(buffer.pointer);
1488 *edid = buffer->buffer.pointer;
/linux-master/drivers/acpi/acpica/
H A Dacobject.h85 * pointer and length elements. There is code that depends on this.
90 _type *pointer; \
149 void *pointer; /* Only for data table regions */ member in struct:acpi_object_region
281 * No "RegionObj" pointer needed since the Index and Data registers
388 void *pointer; member in struct:acpi_object_data
H A Dacresrc.h95 const char **pointer; member in struct:acpi_rsdump_info
H A Dacutils.h307 u32 component_id, const void *pointer);
H A Ddbcmds.c48 * DESCRIPTION: Convert a string to a valid NS pointer. Handles numeric or
69 /* Make sure pointer is valid NS node */
309 if (table_desc->pointer) {
311 table_desc->pointer);
313 /* If the pointer is null, the table has been unloaded */
515 return_buffer.pointer = acpi_gbl_db_buffer;
534 return_buffer.pointer));
538 acpi_ut_debug_dump_buffer((u8 *)node->object->buffer.pointer,
702 original_aml = return_buffer.pointer;
704 acpi_dm_compare_aml_resources(original_aml->buffer.pointer,
[all...]
H A Ddbconvert.c146 object->buffer.pointer = buffer;
231 object->string.pointer = string;
369 status = acpi_decode_pld_buffer(buffer_desc->buffer.pointer,
384 if (memcmp(new_buffer, buffer_desc->buffer.pointer,
H A Ddbdisply.c82 * RETURN: Converted pointer
84 * DESCRIPTION: Convert an ascii pointer value to a real value
170 ret_buf.pointer = buffer;
280 node, (char *)ret_buf.pointer);
318 (char *)ret_buf.pointer);
741 ret_buf.pointer = buffer;
H A Ddbexec.c58 ACPI_FREE(objects[i].buffer.pointer);
110 param_objects.pointer = NULL;
133 param_objects.pointer = params;
138 return_obj->pointer = acpi_gbl_db_buffer;
306 return_obj.pointer = NULL;
405 return_obj.pointer = NULL;
416 return_obj.pointer = NULL;
469 return_obj.pointer,
472 acpi_db_dump_external_object(return_obj.pointer, 1);
482 acpi_db_dump_pld_buffer(return_obj.pointer);
[all...]
H A Ddbmethod.c385 param_objects.pointer = NULL;
397 param_objects.pointer = params;
402 return_obj.pointer = NULL;
417 pathname, return_obj.pointer,
420 acpi_db_dump_external_object(return_obj.pointer, 1);
H A Ddbnames.c331 acpi_os_printf("%32s", (char *)buffer.pointer);
334 ACPI_FREE(buffer.pointer);
549 acpi_os_printf("%s ", (char *)buffer.pointer);
550 ACPI_FREE(buffer.pointer);
564 ret_value = (union acpi_object *)buffer.pointer;
574 acpi_ut_dump_buffer(ret_value->buffer.pointer,
585 ACPI_FREE(buffer.pointer);
623 acpi_os_printf("%32s", (char *)buffer.pointer);
624 ACPI_FREE(buffer.pointer);
907 /* Convert string to object pointer */
[all...]
H A Ddbobject.c120 obj_desc->string.pointer);
133 acpi_os_printf(" %2.2X", obj_desc->buffer.pointer[i]);
294 (" Uninitialized WHERE pointer");
315 ("Uninitialized reference subobject pointer");
H A Ddsdebug.c66 (char *)buffer.pointer, node));
67 ACPI_FREE(buffer.pointer);
H A Ddsobject.c214 obj_desc->buffer.pointer = NULL;
218 obj_desc->buffer.pointer =
220 if (!obj_desc->buffer.pointer) {
228 memcpy(obj_desc->buffer.pointer, byte_list->named.data,
449 obj_desc->string.pointer = op->common.value.string;

Completed in 429 milliseconds

1234567891011>>