/arch/x86/kernel/ |
D | pvclock.c | 33 u32 version; member 88 dst->version = src->version; in pvclock_get_time_values() 95 } while ((src->version & 1) || (dst->version != src->version)); in pvclock_get_time_values() 97 return dst->version; in pvclock_get_time_values() 115 unsigned version; in pvclock_clocksource_read() local 119 version = pvclock_get_time_values(&shadow, src); in pvclock_clocksource_read() 124 } while (version != src->version); in pvclock_clocksource_read() 133 u32 version; in pvclock_read_wallclock() local 139 version = wall_clock->version; in pvclock_read_wallclock() 144 } while ((wall_clock->version & 1) || (version != wall_clock->version)); in pvclock_read_wallclock()
|
D | sys_i386_32.c | 111 int version, ret; in sys_ipc() local 113 version = call >> 16; /* hack for backward compatibility */ in sys_ipc() 138 switch (version) { in sys_ipc() 162 switch (version) { in sys_ipc() 222 error |= __copy_to_user(&name->version, &utsname()->version, in sys_olduname() 224 error |= __put_user(0, name->version + __OLD_UTS_LEN); in sys_olduname()
|
D | kdebugfs.c | 177 struct dentry *dbp, *version, *data; in boot_params_kdebugfs_init() local 185 version = debugfs_create_x16("version", S_IRUGO, dbp, in boot_params_kdebugfs_init() 186 &boot_params.hdr.version); in boot_params_kdebugfs_init() 187 if (!version) { in boot_params_kdebugfs_init() 205 debugfs_remove(version); in boot_params_kdebugfs_init()
|
/arch/um/drivers/ |
D | cow_user.c | 25 __s32 version; member 44 __u32 version; member 88 __u32 version; member 100 __u32 version; member 125 void cow_sizes(int version, __u64 size, int sectorsize, int align, in cow_sizes() argument 129 if (version < 3) { in cow_sizes() 214 header->version = htonl(COW_VERSION); in write_cow_header() 283 unsigned long version, magic; in read_cow_header() local 299 version = header->v1.version; in read_cow_header() 301 version = ntohl(header->v1.version); in read_cow_header() [all …]
|
/arch/powerpc/boot/ |
D | oflib.c | 111 char version[64]; in check_of_version() local 116 if (of_getprop(oprom, "model", version, sizeof(version)) <= 0) in check_of_version() 118 version[sizeof(version)-1] = 0; in check_of_version() 119 printf("OF version = '%s'\r\n", version); in check_of_version() 120 if (!string_match(version, "Open Firmware, 1.") in check_of_version() 121 && !string_match(version, "FirmWorks,3.")) in check_of_version()
|
/arch/x86/ia32/ |
D | ipc32.c | 16 int version; in sys32_ipc() local 18 version = call >> 16; /* hack for backward compatibility */ in sys32_ipc() 37 version, compat_ptr(ptr)); in sys32_ipc() 44 return compat_sys_shmat(first, second, third, version, in sys32_ipc()
|
/arch/h8300/boot/compressed/ |
D | head.S | 34 .word 0x0202 ; header version number (>= 0x0105) 39 .word 0 ; pointing to kernel version string 42 ; V = version
|
/arch/ia64/include/asm/ |
D | pvclock-abi.h | 32 u32 version; member 42 u32 version; member
|
/arch/x86/include/asm/ |
D | pvclock-abi.h | 26 u32 version; member 36 u32 version; member
|
/arch/powerpc/boot/dtc-src/ |
D | flattree.c | 33 int version; member 331 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header() 351 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob() argument 363 if (version_table[i].version == version) in dt_to_blob() 367 die("Unknown device tree blob version %d\n", version); in dt_to_blob() 442 void dt_to_asm(FILE *f, struct boot_info *bi, int version) in dt_to_asm() argument 451 if (version_table[i].version == version) in dt_to_asm() 455 die("Unknown device tree blob version %d\n", version); in dt_to_asm() 476 fprintf(f, "\t.long\t%d\t\t\t\t\t/* version */\n", vi->version); in dt_to_asm() 780 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local [all …]
|
/arch/powerpc/include/asm/iseries/ |
D | vio.h | 77 u16 version; member 102 u16 version; member 126 u16 version; member 244 u16 version; member
|
/arch/mips/kernel/ |
D | proc.c | 23 unsigned int version = cpu_data[n].processor_id; in show_cpuinfo() local 53 (version >> 4) & 0x0f, version & 0x0f, in show_cpuinfo()
|
D | syscall.c | 271 error -= __copy_to_user(&name->version, &utsname()->version, in SYSCALL_DEFINE1() 273 error -= __put_user(0, name->version + __OLD_UTS_LEN); in SYSCALL_DEFINE1() 331 int version, ret; in SYSCALL_DEFINE6() local 333 version = call >> 16; /* hack for backward compatibility */ in SYSCALL_DEFINE6() 359 switch (version) { in SYSCALL_DEFINE6() 384 switch (version) { in SYSCALL_DEFINE6()
|
/arch/sh/kernel/ |
D | sys_sh.c | 77 int version, ret; in sys_ipc() local 79 version = call >> 16; /* hack for backward compatibility */ in sys_ipc() 114 switch (version) { in sys_ipc() 146 switch (version) { in sys_ipc()
|
/arch/mn10300/kernel/ |
D | sys_mn10300.c | 98 int version, ret; in sys_ipc() local 100 version = call >> 16; /* hack for backward compatibility */ in sys_ipc() 126 switch (version) { in sys_ipc() 151 switch (version) { in sys_ipc()
|
D | gdb-cache.S | 10 # as published by the Free Software Foundation; either version 11 # 2 of the Licence, or (at your option) any later version.
|
D | profile-low.S | 10 # as published by the Free Software Foundation; either version 11 # 2 of the Licence, or (at your option) any later version.
|
/arch/arm/mach-pxa/ |
D | viper.c | 907 u8 version; in viper_init() local 919 version = viper_hw_version(); in viper_init() 920 if (version == 0) in viper_init() 931 if (version) { in viper_init() 934 VIPER_BOARD_VERSION(version), in viper_init() 935 VIPER_BOARD_ISSUE(version), in viper_init() 936 VIPER_CPLD_REVISION(version)); in viper_init() 937 system_rev = (VIPER_BOARD_VERSION(version) << 8) | in viper_init() 938 (VIPER_BOARD_ISSUE(version) << 4) | in viper_init() 939 VIPER_CPLD_REVISION(version); in viper_init()
|
/arch/m68knommu/kernel/ |
D | sys_m68k.c | 123 int version, ret; in sys_ipc() local 125 version = call >> 16; /* hack for backward compatibility */ in sys_ipc() 151 switch (version) { in sys_ipc() 179 switch (version) { in sys_ipc()
|
/arch/frv/kernel/ |
D | sys_frv.c | 121 int version, ret; in sys_ipc() local 123 version = call >> 16; /* hack for backward compatibility */ in sys_ipc() 148 switch (version) { in sys_ipc() 172 switch (version) { in sys_ipc()
|
/arch/x86/vdso/ |
D | vdso-layout.lds.S | 15 .gnu.version : { *(.gnu.version) }
|
/arch/powerpc/kernel/ |
D | syscalls.c | 53 int version, ret; in sys_ipc() local 55 version = call >> 16; /* hack for backward compatibility */ in sys_ipc() 88 switch (version) { in sys_ipc() 285 error |= __copy_to_user(&name->version, &utsname()->version, in sys_olduname() 287 error |= __put_user(0, name->version + __OLD_UTS_LEN); in sys_olduname()
|
/arch/sh/kernel/vsyscall/ |
D | vsyscall.lds.S | 26 .gnu.version : { *(.gnu.version) }
|
/arch/um/sys-i386/ |
D | syscalls.c | 96 int version, ret; in sys_ipc() local 98 version = call >> 16; /* hack for backward compatibility */ in sys_ipc() 124 switch (version) { in sys_ipc() 149 switch (version) { in sys_ipc()
|
/arch/arm/mm/ |
D | proc-macros.S | 128 str r1, [r0], #-2048 @ linux version 177 str r1, [r0], #-2048 @ linux version 200 str r2, [r0] @ hardware version 220 str r1, [r0], #-2048 @ linux version 239 str r2, [r0] @ hardware version
|