Home
last modified time | relevance | path

Searched refs:CVMX_TLB_PAGEMASK_16M (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-app-init.c517 cvmx_core_add_fixed_tlb_mapping(0x2000000, 0x2000000, 0x3000000, CVMX_TLB_PAGEMASK_16M); in cvmx_user_app_init()
518 cvmx_core_add_fixed_tlb_mapping(0x4000000, 0x4000000, 0x5000000, CVMX_TLB_PAGEMASK_16M); in cvmx_user_app_init()
519 cvmx_core_add_fixed_tlb_mapping(0x6000000, 0x6000000, 0x7000000, CVMX_TLB_PAGEMASK_16M); in cvmx_user_app_init()
H A Dcvmx-core.h168 CVMX_TLB_PAGEMASK_16M = 0x3FFF << 11, enumerator