/Linux-v5.10/arch/mips/include/asm/ |
D | sgiarcs.h | 190 LONG load; /* Load an executable image. */ 191 LONG invoke; /* Invoke a standalong image. */ 192 LONG exec; /* Load and begin execution of a 194 LONG halt; /* Halt the machine. */ 195 LONG pdown; /* Power down the machine. */ 196 LONG restart; /* XXX soft reset??? */ 197 LONG reboot; /* Reboot the machine. */ 198 LONG imode; /* Enter PROM interactive mode. */ 199 LONG _unused1; /* Was ReturnFromMain(). */ 202 LONG next_component; [all …]
|
D | sgialib.h | 51 extern void prom_init_cmdline(int argc, LONG *argv); 54 extern LONG ArcRead(ULONG fd, PVOID buf, ULONG num, PULONG cnt); 55 extern LONG ArcWrite(ULONG fd, PVOID buf, ULONG num, PULONG cnt);
|
D | asm.h | 206 #define LONG .word macro 231 #define LONG .dword macro
|
/Linux-v5.10/arch/mips/include/asm/fw/arc/ |
D | types.h | 18 typedef long LONG __attribute__ ((__mode__ (__SI__))); typedef 27 typedef LONG _PCHAR; 28 typedef LONG _PSHORT; 29 typedef LONG _PLARGE_INTEGER; 30 typedef LONG _PLONG; 31 typedef LONG _PUCHAR; 32 typedef LONG _PUSHORT; 33 typedef LONG _PULONG; 34 typedef LONG _PVOID; 43 typedef long LONG __attribute__ ((__mode__ (__DI__))); typedef [all …]
|
D | hinv.h | 172 LONG BasePage; 173 LONG PageCount;
|
/Linux-v5.10/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 47 LONG(ZIMAGE_MAGIC(6)) 48 LONG(ZIMAGE_MAGIC(0x5a534c4b)) 49 LONG(ZIMAGE_MAGIC(__piggy_size_addr - _start)) 50 LONG(ZIMAGE_MAGIC(_kernel_bss_size)) 51 LONG(ZIMAGE_MAGIC(TEXT_OFFSET)) 52 LONG(ZIMAGE_MAGIC(MALLOC_SIZE)) 53 LONG(0)
|
/Linux-v5.10/tools/testing/selftests/rseq/ |
D | rseq-mips.h | 68 # define LONG ".dword" macro 75 # define LONG ".word" macro 95 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \ 96 LONG " " U32_U64_PAD(__rseq_str(post_commit_offset)) "\n\t" \ 97 LONG " " U32_U64_PAD(__rseq_str(abort_ip)) "\n\t" \ 100 LONG " " U32_U64_PAD(__rseq_str(label) "b") "\n\t" \ 117 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \ 118 LONG " " U32_U64_PAD(__rseq_str(exit_ip)) "\n\t" \ 138 LONG " " U32_U64_PAD(__rseq_str(start_ip)) "\n\t" \ 139 LONG " " U32_U64_PAD(__rseq_str(post_commit_offset)) "\n\t" \ [all …]
|
/Linux-v5.10/arch/mips/fw/arc/ |
D | file.c | 15 LONG 21 LONG
|
D | cmdline.c | 41 static char __init *move_firmware_args(int argc, LONG *argv, char *cp) in move_firmware_args() 73 void __init prom_init_cmdline(int argc, LONG *argv) in prom_init_cmdline()
|
D | init.c | 40 prom_init_cmdline(fw_arg0, (LONG *)fw_arg1); in prom_init()
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 46 LONG(sym ## _start); \ 47 LONG(sym ## _end); \ 48 LONG(LOADADDR(section)) 224 .dummy : { LONG(0) } 319 .dummy1 : AT(ADDR(.dummy1)) { LONG(0) }
|
/Linux-v5.10/arch/h8300/boot/compressed/ |
D | vmlinux.scr | 5 LONG(input_data_end - input_data) input_data = .;
|
/Linux-v5.10/arch/sh/boot/compressed/ |
D | vmlinux.scr | 5 LONG(input_data_end - input_data) input_data = .;
|
/Linux-v5.10/arch/parisc/boot/compressed/ |
D | vmlinux.scr | 5 LONG(input_data_end - input_data) input_data = .;
|
/Linux-v5.10/arch/sh/kernel/vsyscall/ |
D | vsyscall.lds.S | 44 LONG (0)
|
/Linux-v5.10/arch/x86/boot/ |
D | setup.ld | 40 LONG(0x5a5aaa55)
|
/Linux-v5.10/arch/nios2/boot/compressed/ |
D | vmlinux.scr | 23 LONG(input_data_end - input_data) input_data = .;
|
/Linux-v5.10/arch/mips/sgi-ip27/ |
D | ip27-init.c | 144 prom_init_cmdline(fw_arg0, (LONG *)fw_arg1); in prom_init()
|
/Linux-v5.10/arch/mips/kernel/ |
D | vmlinux.lds.S | 160 LONG(0xFFFFFFFF);
|
D | relocate_kernel.S | 171 LONG 0x1
|
/Linux-v5.10/arch/m68k/fpsp040/ |
D | stan.S | 84 |--TERM IN SGL. NOTE THAT PI IS 64-BIT LONG, THUS N*PI/2 IS AT 85 |--MOST 69 BITS LONG.
|
/Linux-v5.10/arch/arm/mach-tegra/ |
D | sleep-tegra30.S | 485 mov32 r2, 0x80000011 @ DEV_SELECTION=2, LENGTH=LONG, CMD=1 495 mov32 r2, 0x40000011 @ DEV_SELECTION=1, LENGTH=LONG, CMD=1
|
/Linux-v5.10/Documentation/networking/ |
D | ipvs-sysctl.rst | 235 sync_qlen_max - UNSIGNED LONG
|
D | ip-sysctl.rst | 183 ipfrag_high_thresh - LONG INTEGER 186 ipfrag_low_thresh - LONG INTEGER 647 tcp_comp_sack_delay_ns - LONG INTEGER 654 tcp_comp_sack_slack_ns - LONG INTEGER
|
/Linux-v5.10/Documentation/filesystems/ |
D | ntfs.rst | 166 in the WIN32/LONG name space. Note, the Linux NTFS
|