Changeset 1b20da0 in mainline for kernel/arch/ia64/include
- Timestamp:
- 2018-02-28T17:52:03Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3061bc1
- Parents:
- df6ded8
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:26:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:52:03)
- Location:
- kernel/arch/ia64/include/arch
- Files:
-
- 12 edited
-
barrier.h (modified) (2 diffs)
-
context_struct.ag (modified) (1 diff)
-
drivers/it.h (modified) (1 diff)
-
drivers/kbd.h (modified) (1 diff)
-
fpu_context.h (modified) (1 diff)
-
interrupt.h (modified) (1 diff)
-
istate_struct.ag (modified) (1 diff)
-
legacyio.h (modified) (1 diff)
-
mm/asid.h (modified) (2 diffs)
-
mm/vhpt.h (modified) (2 diffs)
-
pal/pal.h (modified) (1 diff)
-
stack.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/arch/barrier.h
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup ia64 29 /** @addtogroup ia64 30 30 * @{ 31 31 */ … … 52 52 53 53 #define fc_i(a) \ 54 asm volatile ("fc.i %0\n" :: "r" ((a)) : "memory") 54 asm volatile ("fc.i %0\n" :: "r" ((a)) : "memory") 55 55 #define sync_i() \ 56 56 asm volatile (";; sync.i\n" ::: "memory") -
kernel/arch/ia64/include/arch/context_struct.ag
rdf6ded8 r1b20da0 1 # Copyright (c) 2014 Jakub Jermar 1 # Copyright (c) 2014 Jakub Jermar 2 2 # All rights reserved. 3 3 # -
kernel/arch/ia64/include/arch/drivers/it.h
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup ia64 29 /** @addtogroup ia64 30 30 * @{ 31 31 */ -
kernel/arch/ia64/include/arch/drivers/kbd.h
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup ia6464 29 /** @addtogroup ia6464 30 30 * @{ 31 31 */ -
kernel/arch/ia64/include/arch/fpu_context.h
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup ia64 29 /** @addtogroup ia64 30 30 * @{ 31 31 */ -
kernel/arch/ia64/include/arch/interrupt.h
rdf6ded8 r1b20da0 58 58 #define INR_COUNT 256 59 59 60 #define IVT_ITEMS 128 60 #define IVT_ITEMS 128 61 61 #define IVT_FIRST 0 62 62 -
kernel/arch/ia64/include/arch/istate_struct.ag
rdf6ded8 r1b20da0 1 # Copyright (c) 2014 Jakub Jermar 1 # Copyright (c) 2014 Jakub Jermar 2 2 # All rights reserved. 3 3 # -
kernel/arch/ia64/include/arch/legacyio.h
rdf6ded8 r1b20da0 41 41 42 42 /* Legacy I/O space - static uspace address, FIXME */ 43 #define LEGACYIO_USER_BASE 0x0001000000000000ULL 43 #define LEGACYIO_USER_BASE 0x0001000000000000ULL 44 44 45 45 #define LEGACYIO_PAGE_WIDTH 26 /* 64M */ -
kernel/arch/ia64/include/arch/mm/asid.h
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup ia64mm 29 /** @addtogroup ia64mm 30 30 * @{ 31 31 */ … … 48 48 * Number of ia64 RIDs (Region Identifiers) per kernel ASID. 49 49 * Note that some architectures may support more bits, 50 * but those extra bits are not used by the kernel. 50 * but those extra bits are not used by the kernel. 51 51 */ 52 52 #define RIDS_PER_ASID 8 -
kernel/arch/ia64/include/arch/mm/vhpt.h
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup ia64mm 29 /** @addtogroup ia64mm 30 30 * @{ 31 31 */ … … 41 41 uintptr_t vhpt_set_up(void); 42 42 43 static inline vhpt_entry_t tlb_entry_t2vhpt_entry_t(tlb_entry_t tentry) 43 static inline vhpt_entry_t tlb_entry_t2vhpt_entry_t(tlb_entry_t tentry) 44 44 { 45 45 vhpt_entry_t ventry; -
kernel/arch/ia64/include/arch/pal/pal.h
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup ia64 29 /** @addtogroup ia64 30 30 * @{ 31 31 */ -
kernel/arch/ia64/include/arch/stack.h
rdf6ded8 r1b20da0 27 27 */ 28 28 29 /** @addtogroup ia64 29 /** @addtogroup ia64 30 30 * @{ 31 31 */
Note:
See TracChangeset
for help on using the changeset viewer.
