Searched refs:CVMX_TLB_PAGEMASK_4M (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-app-init.c | 513 cvmx_core_add_fixed_tlb_mapping(0x800000, 0x800000, 0xC00000, CVMX_TLB_PAGEMASK_4M); in cvmx_user_app_init() 514 cvmx_core_add_fixed_tlb_mapping(0x1000000, 0x1000000, 0x1400000, CVMX_TLB_PAGEMASK_4M); in cvmx_user_app_init() 515 cvmx_core_add_fixed_tlb_mapping(0x1800000, 0x1800000, 0x1c00000, CVMX_TLB_PAGEMASK_4M); in cvmx_user_app_init()
|
| H A D | cvmx-core.h | 167 CVMX_TLB_PAGEMASK_4M = 0xFFF << 11, enumerator
|