Changeset 686 for trunk/hal/generic
- Timestamp:
- Jan 13, 2021, 12:47:53 AM (4 years ago)
- Location:
- trunk/hal/generic
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_gpt.h
r640 r686 2 2 * hal_gpt.h - Generic Page Table API definition. 3 3 * 4 * Authors Alain Greiner (2016,2017,2018,2019 )4 * Authors Alain Greiner (2016,2017,2018,2019,2020) 5 5 * 6 6 * Copyright (c) UPMC Sorbonne Universites … … 37 37 // defined as a 32 bits-vector. 38 38 // 39 // Any arch -specific implementation must implement this API.39 // Any architecture-specific implementation must implement this API. 40 40 ///////////////////////////////////////////////////////////////////////////////////////// 41 41 -
trunk/hal/generic/hal_special.h
r679 r686 2 2 * hal_special.h - Generic Special Registers Access API definition. 3 3 * 4 * Authors Alain Greiner (2016,2017)4 * Authors Alain Greiner (2016,2017,2018,2019,2020) 5 5 * 6 6 * Copyright (c) UPMC Sorbonne Universites … … 48 48 * This function initializes - for architectures requiring it - the MMU registers of the 49 49 * calling core to use the the kernel page table identified by the <gpt> argument for 50 * all threads attached to kernel process_zero.50 * all kernel threads attached to kernel process_zero. 51 51 * It is called by all cores in the kernel_init() function. 52 52 *****************************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.