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

1234

/arch/arc/kernel/
H A Dunwind.c7 * it under the terms of the GNU General Public License version 2 as
150 unsigned version:8; member in struct:unwind_state
252 u8 version; member in struct:__anon141
306 header->version = 1;
589 unsigned version = *ptr; local
591 if (version != 1)
613 version <= 1 ? (void) ++ptr : (void)get_uleb128(&ptr, end);
1034 if ((state.version = *ptr) != 1)
1035 cie = NULL; /* unsupported version */
1070 state.version <
[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-davinci/
H A Dboard-mityomapl138.c7 * version 2. This program is licensed "as is" without any warranty of
42 u32 version; member in struct:factory_config
135 if (factory_config.version != FACTORY_CONFIG_VERSION) {
137 factory_config.version);
/arch/arm/mach-msm/
H A Dsmd_debug.c7 * License version 2, as published by the Free Software Foundation, and
153 unsigned version = shared->version[VERSION_MODEM]; local
154 return sprintf(buf, "%d.%d\n", version >> 16, version & 0xffff);
230 debug_create("version", 0444, dent, debug_read_version);
H A Dsmd_private.h7 * License version 2, as published by the Free Software Foundation, and
59 unsigned version[32]; member in struct:smem_shared
/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/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/arm/mach-pxa/
H A Dviper.c19 * it under the terms of the GNU General Public License version 2 as
108 * The CPLD version register was not present on VIPER boards prior to
109 * v2i1. On v1 boards where the version register is not present we
115 * or 0x00 then we have version 1 hardware.
920 u8 version; local
936 version = viper_hw_version();
937 if (version == 0)
948 if (version) {
951 VIPER_BOARD_VERSION(version),
952 VIPER_BOARD_ISSUE(version),
[all...]
/arch/arm/mach-qcom/
H A Dscm.c4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
268 static u32 version = -1; local
272 if (version != -1)
273 return version;
294 version = r1;
297 return version;
/arch/arm/xen/
H A Denlighten.c232 const char *version = NULL; local
245 version = s + strlen(xen_prefix);
246 if (version == NULL) {
247 pr_debug("Xen version not found\n");
255 version, xen_events_irq, &grant_frames);
/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/ia64/sn/kernel/
H A Dsetup.c373 u32 version = sn_sal_rev(); local
462 printk("SGI SAL version %x.%02x\n", version >> 8, version & 0x00FF);
/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);
H A Dnfeth.c41 /* These identify the driver base version and may not be removed. */
42 static const char version[] = variable
/arch/m68k/include/asm/
H A Ducontext.h14 int version; member in struct:mcontext
/arch/m68k/include/uapi/asm/
H A Dbootinfo.h144 * bootstrap checks for a matching version of the interface before booting
167 __be32 version; member in struct:bootversion::__anon1920
/arch/metag/kernel/perf/
H A Dperf_event.c67 unsigned int version = (metag_pmu->version & local
72 if (version < 0x0104)
87 unsigned int version = (metag_pmu->version & local
92 if (version < 0x0104)
829 u32 version = *(u32 *)METAC_ID; local
830 int major = (version & METAC_ID_MAJOR_BITS) >> METAC_ID_MAJOR_S;
831 int min_rev = (version & (METAC_ID_MINOR_BITS | METAC_ID_REV_BITS))
852 metag_pmu->version
[all...]
H A Dperf_event.h60 * @version: core version
79 u32 version; member in struct:metag_pmu
/arch/microblaze/kernel/
H A Dearly_printk.c113 int version = 0; local
118 base_addr = of_early_console(&version);
123 switch (version) {
140 version);
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);
/arch/mips/bcm63xx/
H A Dnvram.c25 u32 version; member in struct:bcm963xx_nvram
53 if (nvram.version <= 4) {
/arch/mips/include/asm/lasat/
H A Dhead.h14 u32 version; member in struct:bootloader_header
H A Dlasat.h51 unsigned int version; member in struct:lasat_eeprom_struct
77 unsigned int version; member in struct:lasat_eeprom_struct_pre7
/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) {

Completed in 1560 milliseconds

1234