/linux-3.3/arch/powerpc/include/asm/ |
D | hvcall.h | 249 * plpar_hcall_norets: - Make a pseries hypervisor call with no return arguments 252 * This call supports up to 7 arguments and only returns the status of 261 * @retbuf: Buffer to store up to 4 return arguments in. 263 * This call supports up to 6 arguments and 4 return arguments. Use 274 * @retbuf: Buffer to store up to 4 return arguments in. 276 * This call supports up to 6 arguments and 4 return arguments. Use 286 * plpar_hcall9: - Make a pseries hypervisor call with up to 9 return arguments 288 * @retbuf: Buffer to store up to 9 return arguments in. 290 * This call supports up to 9 arguments and 9 return arguments. Use
|
/linux-3.3/arch/x86/include/asm/ |
D | calling.h | 5 arguments | callee-saved | extra caller-saved | return 12 clobbered. Leftover arguments are passed over the stack frame.) 21 into rdi. All other arguments shift up by one in this case. 29 arguments | callee-saved | extra caller-saved | return 35 is clobbered. Leftover arguments are passed over the stack frame. ) 44 into regparm0, i.e. eax - the other arguments shift up and the 65 /* arguments: interrupts/non tracing syscalls only save up to here: */ 76 /* end of arguments */
|
/linux-3.3/Documentation/networking/ |
D | radiotap-headers.txt | 31 argument bitmap extensions..." above), and the start of the arguments is moved 35 covered by the ieee80211_radiotap_header and any arguments following. 38 Requirements for arguments 41 After the fixed part of the header, the arguments follow for each argument 45 - the arguments are all stored little-endian! 52 - the arguments must be aligned to a boundary of the argument size using 70 - The arguments for a given argument index can be a compound of multiple types
|
/linux-3.3/arch/powerpc/xmon/ |
D | ansidecl.h | 38 ARGLIST lists the arguments, separated by commas and enclosed in 41 ARGS list the arguments with their types. It becomes a prototype in 42 ANSI C, and the type declarations in traditional C. Arguments should 44 arguments, the last thing listed should be `DOTS'. 48 Defines a function NAME, which takes no arguments. 56 For a function that takes no arguments, PROTOTYPE should be `(void)'.
|
/linux-3.3/include/asm-generic/ |
D | syscall.h | 55 * the system call number and arguments are as they were before the 109 * @n: number of arguments; n+i must be [1,6]. 112 * Fetches @n arguments to the system call starting with the @i'th argument 119 * taking up to 6 arguments. 129 * @n: number of arguments; n+i must be [1,6]. 132 * Changes @n arguments to the system call starting with the @i'th argument. 139 * taking up to 6 arguments.
|
/linux-3.3/arch/x86/math-emu/ |
D | README | 75 the reduced argument is accurate to more than 64 bits for arguments up 76 to a few pi, and accurate to more than 64 bits for most arguments, 77 even for arguments approaching 2^63. This is far superior to an 241 arguments greater than pi/4 can be thought of as being related to the 274 consequence, the accuracy of these functions for large arguments has 288 It is possible with some effort to find very large arguments which 298 For arguments close to critical angles (which occur at multiples of 300 arguments, the emulator is far more accurate. 311 number of randomly selected arguments in each case is about half a 318 result (which is 64 bits)) for about one per cent of all arguments [all …]
|
/linux-3.3/Documentation/mn10300/ |
D | ABI.txt | 20 The first two arguments (assuming up to 32-bits per argument) to a function are 21 passed in the D0 and D1 registers respectively; all other arguments are passed 24 If 64-bit arguments are being passed, then they are never split between 29 Arguments smaller than 32-bits are not coalesced within a register or a stack 30 word. For example, two byte-sized arguments will always be passed in separate 64 in which the callee may store the first two arguments.
|
/linux-3.3/drivers/staging/bcm/ |
D | vendorspecificextn.c | 7 // Arguments: 24 // Arguments: 41 // Arguments: 58 //Arguments: 80 // Arguments: 105 // Arguments: 130 // Arguments:
|
/linux-3.3/drivers/acpi/acpica/ |
D | dsmthdat.c | 3 * Module Name: dsmthdat - control method arguments and local variables 78 * DESCRIPTION: Initialize the data structures that hold the method's arguments 97 /* Init the method arguments */ in acpi_ds_method_data_init() 100 ACPI_MOVE_32_TO_32(&walk_state->arguments[i].name, in acpi_ds_method_data_init() 102 walk_state->arguments[i].name.integer |= (i << 24); in acpi_ds_method_data_init() 103 walk_state->arguments[i].descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ds_method_data_init() 104 walk_state->arguments[i].type = ACPI_TYPE_ANY; in acpi_ds_method_data_init() 105 walk_state->arguments[i].flags = ANOBJ_METHOD_ARG; in acpi_ds_method_data_init() 132 * DESCRIPTION: Delete method locals and arguments. Arguments are only 159 /* Detach the arguments */ in acpi_ds_method_data_delete_all() [all …]
|
D | dsargs.c | 3 * Module Name: dsargs - Support for execution of dynamic arguments for static 72 * DESCRIPTION: Late (deferred) execution of region or field arguments 130 /* Evaluate the deferred arguments */ in acpi_ds_execute_arguments() 147 /* Execute the opcode and arguments */ in acpi_ds_execute_arguments() 203 /* Execute the AML code for the term_arg arguments */ in acpi_ds_get_buffer_field_arguments() 248 /* Execute the AML code for the term_arg arguments */ in acpi_ds_get_bank_field_arguments() 299 /* Execute the AML code for the term_arg arguments */ in acpi_ds_get_buffer_arguments() 343 /* Execute the AML code for the term_arg arguments */ in acpi_ds_get_package_arguments()
|
/linux-3.3/Documentation/RCU/ |
D | UP.txt | 23 Now, if call_rcu() were to directly invoke its arguments, then upon return 35 by having call_rcu() directly invoke its arguments only if it was called 45 its arguments would cause it to fail to make the fundamental guarantee 46 underlying RCU, namely that call_rcu() defers invoking its arguments until 84 Permitting call_rcu() to immediately invoke its arguments breaks RCU,
|
/linux-3.3/arch/mips/kernel/ |
D | scall32-o32.S | 47 lw t3, 4(t1) # >= 0 if we need stack arguments 116 * More than four arguments. Try to deal with it by copying the 117 * stack arguments from the user stack to the kernel stack. 134 * load or store arguments 6-8. 137 la t1, 5f # load up to 3 arguments 167 * The stackpointer for a call with more than 4 arguments is bad. 196 /* Some syscalls like execve get their arguments from struct pt_regs 197 and claim zero arguments in the syscall table. Thus we have to 198 assume the worst case and shuffle around all potential arguments. 599 load or store the arguments 6-8. Negative values are ignored. */
|
/linux-3.3/tools/perf/Documentation/ |
D | perf-script-perl.txt | 45 Most of the event's field values are passed as arguments to the 87 The $common_* arguments in the handler's argument list are the set of 88 arguments passed to all event handlers; some of the fields correspond 91 to every event as arguments but are available as library functions. 104 counterparts as handler function arguments of the same name, as can be 153 of common arguments are passed into it:
|
/linux-3.3/arch/mips/ |
D | Kconfig.debug | 33 should choose 'Y' here, and fill in the extra boot arguments 49 pass arguments to the kernel. For these platforms, and for the cases 60 bool "Built-in command line overrides firware arguments" 65 command line arguments from firmware or second stage bootloader.
|
/linux-3.3/arch/tile/ |
D | Kconfig | 258 Allow for specifying boot arguments to the kernel at 261 kernel boot arguments with the kernel itself (that is, 264 To compile command line arguments into the kernel, 266 the boot arguments in CONFIG_CMDLINE. 276 Enter arguments here that should be compiled into the kernel 289 bool "Built-in command line overrides boot loader arguments"
|
/linux-3.3/Documentation/trace/ |
D | kprobetrace.txt | 36 FETCHARGS : Arguments. Each probe can have up to 128 args. 56 respectively. Traced arguments are shown in decimal (signed) or hex (unsigned). 69 probe and gives you what arguments will be shown in trace buffer. If an event 103 1st to 4th arguments as "myprobe" event. Note, which register/stack entry is 107 As this example shows, users can choose more familiar names for each arguments. 136 You can see that the event has 4 arguments as in the expressions you specified.
|
/linux-3.3/samples/kprobes/ |
D | jprobe_example.c | 3 * the arguments of do_fork(). 21 * Mirror principle enables access to arguments of the probed routine 25 /* Proxy routine having the same arguments as actual do_fork() routine */
|
/linux-3.3/arch/blackfin/include/asm/ |
D | syscall.h | 59 * @regs: the register layout to extract syscall arguments from 61 * @n: number of syscall arguments to extract 62 * @args: array to return the syscall arguments in
|
/linux-3.3/lib/ |
D | syscall.c | 28 * @args: filled with @maxargs system call arguments 34 * set to the the call's number and @args filled in with its arguments. 35 * Registers not used for system call arguments may not be available and
|
/linux-3.3/arch/m32r/kernel/ |
D | smp.c | 95 * Arguments: cpu_id - Target CPU ID 118 * Arguments: NONE 140 * Arguments: NONE 187 * Arguments: NONE 216 * Arguments: *info - not used 237 * Arguments: *mm - a pointer to the mm struct for flush TLB 281 * Arguments: *mm - a pointer to the mm struct for flush TLB 305 * Arguments: *vma - a pointer to the vma struct include va 358 * Arguments: cpumask - bitmap of target CPUs 439 * Arguments: NONE [all …]
|
/linux-3.3/arch/c6x/ |
D | Kconfig | 76 bool "Default bootloader kernel arguments" 84 to pass arguments to the kernel. For these architectures, you should 93 Set this to have arguments from the default kernel command string
|
/linux-3.3/drivers/staging/wlan-ng/ |
D | prism2mib.c | 245 * Arguments: 359 * Arguments: 409 * Arguments: 456 * Arguments: 513 * Arguments: 563 * Arguments: 609 * Arguments: 648 * Arguments: 697 * Arguments: 757 * Arguments: [all …]
|
D | hfa384x_usb.c | 72 * The function arguments correspond to each command 73 * argument, even command arguments that get packed 322 * Arguments: 383 * Arguments: 429 * Arguments: 517 * Arguments: 596 * Arguments: 804 * Arguments: 841 * Arguments: 968 * Arguments: [all …]
|
/linux-3.3/scripts/rt-tester/ |
D | rt-tester.py | 103 (options, arguments) = getopt.getopt(sys.argv[1:],'chqt') 121 if arguments: 123 fd = open(arguments[0]) 125 sys.stderr.write("File not found %s\n" %(arguments[0]))
|
/linux-3.3/arch/frv/include/asm/ |
D | syscall.h | 70 * Retrieve the system call arguments 79 * fetching arguments from arbitrary indices, this will need some in syscall_get_arguments() 100 * Alter the system call arguments
|