Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kurisaW committed Feb 20, 2024
1 parent 1cb902d commit 143691d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion libcpu/aarch64/common/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ void rt_hw_mmu_kernel_map_init(struct rt_aspace *aspace, rt_size_t vaddr_start,
rt_size_t size);
void *rt_hw_mmu_pgtbl_create(void);
void rt_hw_mmu_pgtbl_delete(void *pgtbl);
void *rt_hw_mmu_tbl_get(void);

void *rt_hw_mmu_tbl_get()
{
Expand Down
1 change: 0 additions & 1 deletion libcpu/arm/cortex-a/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ void rt_hw_mmu_switch(void *tbl);

void *rt_hw_mmu_v2p(struct rt_aspace *aspace, void *vaddr);
void rt_hw_mmu_kernel_map_init(struct rt_aspace *aspace, size_t vaddr_start, size_t size);
void *rt_hw_mmu_tbl_get(void);

int rt_hw_mmu_control(struct rt_aspace *aspace, void *vaddr, size_t size, enum rt_mmu_cntl cmd);

Expand Down
1 change: 0 additions & 1 deletion libcpu/risc-v/t-head/c906/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ struct mem_desc
#define MMU_MAP_ERROR_NOPAGE -3
#define MMU_MAP_ERROR_CONFLICT -4

void *rt_hw_mmu_tbl_get(void);
int rt_hw_mmu_map_init(rt_aspace_t aspace, void *v_address, rt_size_t size,
rt_size_t *vtable, rt_size_t pv_off);
void rt_hw_mmu_setup(rt_aspace_t aspace, struct mem_desc *mdesc, int desc_nr);
Expand Down
1 change: 0 additions & 1 deletion libcpu/risc-v/virt64/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ struct mem_desc
#define MMU_MAP_ERROR_NOPAGE -3
#define MMU_MAP_ERROR_CONFLICT -4

void *rt_hw_mmu_tbl_get(void);
int rt_hw_mmu_map_init(rt_aspace_t aspace, void *v_address, rt_size_t size,
rt_size_t *vtable, rt_size_t pv_off);
void rt_hw_mmu_setup(rt_aspace_t aspace, struct mem_desc *mdesc, int desc_nr);
Expand Down

0 comments on commit 143691d

Please sign in to comment.