Home
last modified time | relevance | path

Searched refs:PTBISEG (Results 1 – 3 of 3) sorted by relevance

/arch/metag/include/asm/
Dtbx.h722 } TBISEG, *PTBISEG; typedef
739 PTBISEG pSeg; /* Related segment structure */
930 PTBISEG __TBISegList( void );
933 PTBISEG __TBIFindSeg( PTBISEG pStart, int Id );
936 PTBISEG __TBINewSeg( PTBISEG pFromSeg, int Id, unsigned int Bytes );
939 PTBISEG __TBIMakeNewSeg( int Id, unsigned int Bytes );
942 void __TBIAddSeg( PTBISEG pSeg );
/arch/metag/mm/
Dcache.c154 PTBISEG seg; in metag_cache_probe()
/arch/metag/kernel/
Dsetup.c229 PTBISEG p_heap; in setup_arch()