Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
Bob Moore | e0c437b | 2009-04-22 13:39:47 +0800 | [diff] [blame] | 3 | * Name: aclinux.h - OS specific defines, etc. for Linux |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * |
| 5 | *****************************************************************************/ |
| 6 | |
| 7 | /* |
Bob Moore | fbb7a2d | 2014-02-08 09:42:25 +0800 | [diff] [blame] | 8 | * Copyright (C) 2000 - 2014, Intel Corp. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | * All rights reserved. |
| 10 | * |
| 11 | * Redistribution and use in source and binary forms, with or without |
| 12 | * modification, are permitted provided that the following conditions |
| 13 | * are met: |
| 14 | * 1. Redistributions of source code must retain the above copyright |
| 15 | * notice, this list of conditions, and the following disclaimer, |
| 16 | * without modification. |
| 17 | * 2. Redistributions in binary form must reproduce at minimum a disclaimer |
| 18 | * substantially similar to the "NO WARRANTY" disclaimer below |
| 19 | * ("Disclaimer") and any redistribution must be conditioned upon |
| 20 | * including a substantially similar Disclaimer requirement for further |
| 21 | * binary redistribution. |
| 22 | * 3. Neither the names of the above-listed copyright holders nor the names |
| 23 | * of any contributors may be used to endorse or promote products derived |
| 24 | * from this software without specific prior written permission. |
| 25 | * |
| 26 | * Alternatively, this software may be distributed under the terms of the |
| 27 | * GNU General Public License ("GPL") version 2 as published by the Free |
| 28 | * Software Foundation. |
| 29 | * |
| 30 | * NO WARRANTY |
| 31 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 32 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 33 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR |
| 34 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 35 | * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 36 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 37 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 38 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 39 | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
| 40 | * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 41 | * POSSIBILITY OF SUCH DAMAGES. |
| 42 | */ |
| 43 | |
| 44 | #ifndef __ACLINUX_H__ |
| 45 | #define __ACLINUX_H__ |
| 46 | |
Bob Moore | e0c437b | 2009-04-22 13:39:47 +0800 | [diff] [blame] | 47 | /* Common (in-kernel/user-space) ACPICA configuration */ |
| 48 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | #define ACPI_USE_SYSTEM_CLIBRARY |
| 50 | #define ACPI_USE_DO_WHILE_0 |
| 51 | |
| 52 | #ifdef __KERNEL__ |
| 53 | |
Lv Zheng | e252652 | 2014-02-11 10:51:43 +0800 | [diff] [blame] | 54 | #define ACPI_USE_SYSTEM_INTTYPES |
| 55 | |
Al Stone | af1ae78 | 2014-01-17 11:51:30 -0700 | [diff] [blame] | 56 | /* Compile for reduced hardware mode only with this kernel config */ |
| 57 | |
| 58 | #ifdef CONFIG_ACPI_REDUCED_HARDWARE_ONLY |
| 59 | #define ACPI_REDUCED_HARDWARE 1 |
| 60 | #endif |
| 61 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | #include <linux/string.h> |
| 63 | #include <linux/kernel.h> |
| 64 | #include <linux/ctype.h> |
Alexey Starikovskiy | 8bd108d | 2008-09-25 21:40:30 +0400 | [diff] [blame] | 65 | #include <linux/sched.h> |
Arun Sharma | 60063497 | 2011-07-26 16:09:06 -0700 | [diff] [blame] | 66 | #include <linux/atomic.h> |
Lv Zheng | 9322058 | 2013-10-29 09:30:41 +0800 | [diff] [blame] | 67 | #include <linux/math64.h> |
Robert Moore | 73459f7 | 2005-06-24 00:00:00 -0400 | [diff] [blame] | 68 | #include <linux/slab.h> |
Bob Moore | 967440e3 | 2006-06-23 17:04:00 -0400 | [diff] [blame] | 69 | #include <linux/spinlock_types.h> |
Lv Zheng | 9322058 | 2013-10-29 09:30:41 +0800 | [diff] [blame] | 70 | #ifdef EXPORT_ACPI_INTERFACES |
| 71 | #include <linux/export.h> |
| 72 | #endif |
Lv Zheng | d334c82 | 2014-07-16 16:58:08 +0800 | [diff] [blame^] | 73 | #ifdef CONFIG_ACPI |
Lv Zheng | 07d8391 | 2014-05-12 15:46:38 +0800 | [diff] [blame] | 74 | #include <asm/acenv.h> |
Lv Zheng | d334c82 | 2014-07-16 16:58:08 +0800 | [diff] [blame^] | 75 | #endif |
Bob Moore | 8313524 | 2006-10-03 00:00:00 -0400 | [diff] [blame] | 76 | |
Lv Zheng | 42873a8 | 2014-04-30 10:05:15 +0800 | [diff] [blame] | 77 | #ifndef CONFIG_ACPI |
| 78 | |
| 79 | /* External globals for __KERNEL__, stubs is needed */ |
| 80 | |
| 81 | #define ACPI_GLOBAL(t,a) |
| 82 | #define ACPI_INIT_GLOBAL(t,a,b) |
| 83 | |
| 84 | /* Generating stubs for configurable ACPICA macros */ |
| 85 | |
| 86 | #define ACPI_NO_MEM_ALLOCATIONS |
| 87 | |
| 88 | /* Generating stubs for configurable ACPICA functions */ |
| 89 | |
| 90 | #define ACPI_NO_ERROR_MESSAGES |
| 91 | #undef ACPI_DEBUG_OUTPUT |
| 92 | |
| 93 | /* External interface for __KERNEL__, stub is needed */ |
| 94 | |
| 95 | #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ |
| 96 | static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);} |
| 97 | #define ACPI_EXTERNAL_RETURN_OK(prototype) \ |
| 98 | static ACPI_INLINE prototype {return(AE_OK);} |
| 99 | #define ACPI_EXTERNAL_RETURN_VOID(prototype) \ |
| 100 | static ACPI_INLINE prototype {return;} |
| 101 | #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \ |
| 102 | static ACPI_INLINE prototype {return(0);} |
| 103 | #define ACPI_EXTERNAL_RETURN_PTR(prototype) \ |
| 104 | static ACPI_INLINE prototype {return(NULL);} |
| 105 | |
| 106 | #endif /* CONFIG_ACPI */ |
| 107 | |
Bob Moore | e0c437b | 2009-04-22 13:39:47 +0800 | [diff] [blame] | 108 | /* Host-dependent types and defines for in-kernel ACPICA */ |
Bob Moore | 8313524 | 2006-10-03 00:00:00 -0400 | [diff] [blame] | 109 | |
| 110 | #define ACPI_MACHINE_WIDTH BITS_PER_LONG |
Bob Moore | 8313524 | 2006-10-03 00:00:00 -0400 | [diff] [blame] | 111 | #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); |
| 112 | #define strtoul simple_strtoul |
Robert Moore | 73459f7 | 2005-06-24 00:00:00 -0400 | [diff] [blame] | 113 | |
Bob Moore | e0c437b | 2009-04-22 13:39:47 +0800 | [diff] [blame] | 114 | #define acpi_cache_t struct kmem_cache |
| 115 | #define acpi_spinlock spinlock_t * |
| 116 | #define acpi_cpu_flags unsigned long |
Bob Moore | e0c437b | 2009-04-22 13:39:47 +0800 | [diff] [blame] | 117 | |
Lv Zheng | d13bd5a | 2014-05-12 15:46:32 +0800 | [diff] [blame] | 118 | /* Use native linux version of acpi_os_allocate_zeroed */ |
| 119 | |
| 120 | #define USE_NATIVE_ALLOCATE_ZEROED |
| 121 | |
| 122 | /* |
| 123 | * Overrides for in-kernel ACPICA |
| 124 | */ |
| 125 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_initialize |
| 126 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_terminate |
| 127 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_allocate |
| 128 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_allocate_zeroed |
| 129 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_free |
| 130 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_acquire_object |
| 131 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_thread_id |
| 132 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_create_lock |
Lv Zheng | d13bd5a | 2014-05-12 15:46:32 +0800 | [diff] [blame] | 133 | |
| 134 | /* |
| 135 | * OSL interfaces used by debugger/disassembler |
| 136 | */ |
| 137 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_readable |
| 138 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_writable |
| 139 | |
| 140 | /* |
| 141 | * OSL interfaces used by utilities |
| 142 | */ |
| 143 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_redirect_output |
| 144 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_line |
| 145 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_table_by_name |
| 146 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_table_by_index |
| 147 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_table_by_address |
| 148 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_open_directory |
| 149 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_get_next_filename |
| 150 | #define ACPI_USE_ALTERNATE_PROTOTYPE_acpi_os_close_directory |
| 151 | |
Lv Zheng | 839e928 | 2013-10-29 09:29:51 +0800 | [diff] [blame] | 152 | #else /* !__KERNEL__ */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | |
| 154 | #include <stdarg.h> |
| 155 | #include <string.h> |
| 156 | #include <stdlib.h> |
| 157 | #include <ctype.h> |
| 158 | #include <unistd.h> |
| 159 | |
Lv Zheng | a3a80da | 2014-04-04 12:37:59 +0800 | [diff] [blame] | 160 | /* Define/disable kernel-specific declarators */ |
Lv Zheng | 7e66b46 | 2014-02-11 10:51:33 +0800 | [diff] [blame] | 161 | |
| 162 | #ifndef __init |
| 163 | #define __init |
| 164 | #endif |
| 165 | |
Bob Moore | e0c437b | 2009-04-22 13:39:47 +0800 | [diff] [blame] | 166 | /* Host-dependent types and defines for user-space ACPICA */ |
| 167 | |
| 168 | #define ACPI_FLUSH_CPU_CACHE() |
Lin Ming | 28eb3fc | 2010-09-15 13:55:13 +0800 | [diff] [blame] | 169 | #define ACPI_CAST_PTHREAD_T(pthread) ((acpi_thread_id) (pthread)) |
Bob Moore | e0c437b | 2009-04-22 13:39:47 +0800 | [diff] [blame] | 170 | |
Colin Ian King | 72bdad9 | 2014-04-04 12:38:05 +0800 | [diff] [blame] | 171 | #if defined(__ia64__) || defined(__x86_64__) ||\ |
| 172 | defined(__aarch64__) || defined(__PPC64__) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 173 | #define ACPI_MACHINE_WIDTH 64 |
| 174 | #define COMPILER_DEPENDENT_INT64 long |
| 175 | #define COMPILER_DEPENDENT_UINT64 unsigned long |
| 176 | #else |
| 177 | #define ACPI_MACHINE_WIDTH 32 |
| 178 | #define COMPILER_DEPENDENT_INT64 long long |
| 179 | #define COMPILER_DEPENDENT_UINT64 unsigned long long |
| 180 | #define ACPI_USE_NATIVE_DIVIDE |
| 181 | #endif |
| 182 | |
Bob Moore | a0a3f6c | 2007-03-27 20:25:46 -0400 | [diff] [blame] | 183 | #ifndef __cdecl |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | #define __cdecl |
Bob Moore | a0a3f6c | 2007-03-27 20:25:46 -0400 | [diff] [blame] | 185 | #endif |
| 186 | |
Lv Zheng | 839e928 | 2013-10-29 09:29:51 +0800 | [diff] [blame] | 187 | #endif /* __KERNEL__ */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | |
| 189 | /* Linux uses GCC */ |
| 190 | |
David Howells | a1ce392 | 2012-10-02 18:01:25 +0100 | [diff] [blame] | 191 | #include <acpi/platform/acgcc.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | |
Lv Zheng | 839e928 | 2013-10-29 09:29:51 +0800 | [diff] [blame] | 193 | #endif /* __ACLINUX_H__ */ |