Searched refs:version (Results 1 - 25 of 264) sorted by relevance

1234567891011

/arch/microblaze/include/asm/
H A Dprom.h11 * as published by the Free Software Foundation; either version
12 * 2 of the License, or (at your option) any later version.
25 extern int of_early_console(void *version);
/arch/arm64/kernel/vdso/
H A Dnote.S5 * it under the terms of the GNU General Public License version 2 as
23 #include <linux/version.h>
/arch/s390/include/asm/
H A Dcpu.h19 unsigned int version : 8; member in struct:cpuid
/arch/s390/kernel/vdso32/
H A Dnote.S7 #include <linux/version.h>
/arch/s390/kernel/vdso64/
H A Dnote.S7 #include <linux/version.h>
/arch/x86/kernel/
H A Dpvclock.c5 the Free Software Foundation; either version 2 of the License, or
6 (at your option) any later version.
63 unsigned version; local
68 version = __pvclock_read_cycles(src, &ret, &flags);
69 } while ((src->version & 1) || version != src->version);
76 unsigned version; local
82 version = __pvclock_read_cycles(src, &ret, &flags);
83 } while ((src->version
122 u32 version; local
[all...]
/arch/x86/um/vdso/
H A Dvdso-note.S7 #include <linux/version.h>
/arch/x86/vdso/
H A Dvdso-note.S7 #include <linux/version.h>
/arch/ia64/include/asm/
H A Dpvclock-abi.h24 * Protocol for the "version" fields is: hypervisor raises it (making
27 * time values it got are consistent by checking the version before
32 u32 version; member in struct:pvclock_vcpu_time_info
42 u32 version; member in struct:pvclock_wall_clock
/arch/score/boot/
H A DMakefile13 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
/arch/sh/boards/mach-sdk7786/
H A Dfpga.c57 u16 version, date; local
65 version = fpga_read_reg(FPGAVR);
68 pr_info("\tFPGA version:\t%d.%d (built on %d/%d/%d)\n",
69 bcd2bin(version >> 8) & 0xf, bcd2bin(version & 0xf),
/arch/x86/vdso/vdso32/
H A Dnote.S6 #include <linux/version.h>
/arch/x86/include/asm/
H A Dpvclock-abi.h18 * Protocol for the "version" fields is: hypervisor raises it (making
21 * time values it got are consistent by checking the version before
26 u32 version; member in struct:pvclock_vcpu_time_info
37 u32 version; member in struct:pvclock_wall_clock
/arch/arm/include/asm/
H A Dstackprotector.h16 #include <linux/version.h>
/arch/arm64/include/asm/
H A Dstackprotector.h16 #include <linux/version.h>
/arch/m68k/emu/
H A Dnatfeat.c76 unsigned long id, version; local
82 version = nf_call(id);
90 pr_info("NatFeats found (%s, %lu.%lu)\n", buf, version >> 16,
91 version & 0xffff);
/arch/m68k/include/asm/
H A Ducontext.h14 int version; member in struct:mcontext
/arch/microblaze/boot/
H A DMakefile11 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
15 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
19 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
35 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
/arch/mips/include/asm/lasat/
H A Dhead.h14 u32 version; member in struct:bootloader_header
/arch/mips/include/asm/
H A Dstackprotector.h18 #include <linux/version.h>
/arch/powerpc/kernel/vdso32/
H A Dnote.S7 #include <linux/version.h>
23 ASM_ELF_NOTE_BEGIN(".note.kernel-version", "a", UTS_SYSNAME, 0)
/arch/s390/include/uapi/asm/
H A Dmonwriter.h23 unsigned short version; member in struct:monwrite_hdr
/arch/sh/include/asm/
H A Dstackprotector.h5 #include <linux/version.h>
/arch/sh/kernel/vsyscall/
H A Dvsyscall-note.S7 #include <linux/version.h>
23 ASM_ELF_NOTE_BEGIN(".note.kernel-version", "a", UTS_SYSNAME, 0)
/arch/um/drivers/
H A Dcow_user.c24 __s32 version; member in struct:cow_header_v1
43 __u32 version; member in struct:cow_header_v2
87 __u32 version; member in struct:cow_header_v3
99 __u32 version; member in struct:cow_header_v3_broken
124 void cow_sizes(int version, __u64 size, int sectorsize, int align, argument
128 if (version < 3) {
217 header->version = htobe32(COW_VERSION);
286 unsigned long version, magic; local
302 version = header->v1.version;
[all...]

Completed in 928 milliseconds

1234567891011