Changeset 53ad43c in mainline for kernel/arch/arm32/include
- Timestamp:
- 2018-03-08T18:54:30Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ef16903
- Parents:
- e0a4686
- Location:
- kernel/arch/arm32/include/arch
- Files:
-
- 5 edited
-
context.h (modified) (1 diff)
-
mm/frame.h (modified) (2 diffs)
-
mm/page.h (modified) (2 diffs)
-
mm/page_armv4.h (modified) (2 diffs)
-
mm/page_armv6.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/arch/context.h
re0a4686 r53ad43c 51 51 } while (0) 52 52 53 #ifndef __AS M__53 #ifndef __ASSEMBLER__ 54 54 55 #endif /* __AS M__ */55 #endif /* __ASSEMBLER__ */ 56 56 57 57 #endif -
kernel/arch/arm32/include/arch/mm/frame.h
re0a4686 r53ad43c 42 42 #define FRAME_LOWPRIO 0 43 43 44 #ifndef __AS M__44 #ifndef __ASSEMBLER__ 45 45 46 46 #define BOOT_PAGE_TABLE_SIZE 0x4000 … … 81 81 #define physmem_print() 82 82 83 #endif /* __AS M__ */83 #endif /* __ASSEMBLER__ */ 84 84 85 85 #endif -
kernel/arch/arm32/include/arch/mm/page.h
re0a4686 r53ad43c 48 48 49 49 #if (defined MACHINE_beagleboardxm) || (defined MACHINE_beaglebone) 50 #ifndef __AS M__50 #ifndef __ASSEMBLER__ 51 51 # define KA2PA(x) ((uintptr_t) (x)) 52 52 # define PA2KA(x) ((uintptr_t) (x)) … … 56 56 #endif 57 57 #else 58 #ifndef __AS M__58 #ifndef __ASSEMBLER__ 59 59 # define KA2PA(x) (((uintptr_t) (x)) - 0x80000000) 60 60 # define PA2KA(x) (((uintptr_t) (x)) + 0x80000000) -
kernel/arch/arm32/include/arch/mm/page_armv4.h
re0a4686 r53ad43c 54 54 1 55 55 56 #ifndef __AS M__56 #ifndef __ASSEMBLER__ 57 57 58 58 /** Level 0 page table entry. */ … … 254 254 255 255 256 #endif /* __AS M__ */256 #endif /* __ASSEMBLER__ */ 257 257 258 258 #endif -
kernel/arch/arm32/include/arch/mm/page_armv6.h
re0a4686 r53ad43c 54 54 (((pte_t *) (pte))->l1.descriptor_type != PTE_DESCRIPTOR_SMALL_PAGE_NX) 55 55 56 #ifndef __AS M__56 #ifndef __ASSEMBLER__ 57 57 58 58 /** Level 0 page table entry. */ … … 319 319 extern void page_arch_init(void); 320 320 321 #endif /* __AS M__ */321 #endif /* __ASSEMBLER__ */ 322 322 323 323 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
