Searched defs:version (Results 1 - 25 of 93) sorted by relevance

1234

/arch/s390/include/asm/
H A Dcpu.h19 unsigned int version : 8; member in struct:cpuid
/arch/arm/mach-netx/include/mach/
H A Dxc.h7 * it under the terms of the GNU General Public License version 2
26 unsigned int version; member in struct:xc
/arch/mips/include/asm/lasat/
H A Dhead.h14 u32 version; member in struct:bootloader_header
/arch/powerpc/perf/
H A Dhv-common.h8 u16 version; member in struct:hv_perf_caps
H A Dhv-24x7-catalog.h12 __be64 version; /* XXX: arbitrary? what's the meaning/useage/purpose? */ member in struct:hv_24x7_catalog_page_0
/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/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/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/microblaze/kernel/
H A Dprom.c12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
95 int __init of_early_console(void *version) argument
97 return of_scan_flat_dt(early_init_dt_scan_chosen_serial, version);
H A Dearly_printk.c113 int version = 0; local
118 base_addr = of_early_console(&version);
123 switch (version) {
140 version);
/arch/s390/include/uapi/asm/
H A Dmonwriter.h23 unsigned short version; member in struct:monwrite_hdr
/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
H A Dpvclock.h74 unsigned version; local
78 version = src->version;
93 return version;
H A Drio.h14 u8 version; /* Version number of this data structure */ member in struct:rio_table_hdr
/arch/m68k/include/asm/
H A Ducontext.h14 int version; member in struct:mcontext
/arch/mips/kernel/
H A Dproc.c39 unsigned int version = cpu_data[n].processor_id; local
63 (version >> 4) & 0x0f, version & 0x0f,
/arch/mips/lasat/
H A Dprom.c54 u32 version = *(u32 *)(RESET_VECTOR + 0x90); local
56 if (version >= 307) {
/arch/x86/kernel/apic/
H A Dprobe_32.c156 int version = apic_version[boot_cpu_physical_apicid]; local
161 if (!APIC_XAPIC(version)) {
/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/arm/include/asm/xen/
H A Dinterface.h64 u32 version; member in struct:pvclock_vcpu_time_info
76 u32 version; member in struct:pvclock_wall_clock
/arch/arm/mach-netx/
H A Dxc.c7 * it under the terms of the GNU General Public License version 2
48 unsigned int version; member in struct:fw_header
150 x->version = head->version;
/arch/metag/kernel/perf/
H A Dperf_event.h60 * @version: core version
79 u32 version; member in struct:metag_pmu
/arch/mips/bcm63xx/
H A Dnvram.c25 u32 version; member in struct:bcm963xx_nvram
53 if (nvram.version <= 4) {
/arch/mn10300/unit-asb2305/
H A Dpci-asb2305.h9 * as published by the Free Software Foundation; either version
10 * 2 of the Licence, or (at your option) any later version.
58 u16 version; /* PIRQ_VERSION */ member in struct:irq_routing_table
/arch/powerpc/boot/
H A Dwii.c10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
36 u8 version; member in struct:mipc_infohdr

Completed in 3443 milliseconds

1234