Home | History | Annotate | Download | only in helgrind

Lines Matching defs:BFC

6812        BFC = Before, Full Cacheline(s), but not full SecMap
6822 If addr starts a Cacheline, then BPC == BFC.
6823 If addr starts a SecMap, then BPC == BFC == FSM.
6829 Addr BFC = ROUNDUP(BPC, N_LINE_ARANGE);
6856 PlenCONSUME(BPC, BFC, 1, BPClen);
6857 PlenCONSUME(BFC, FSM, N_LINE_ARANGE, BFClen);
6864 " BPC %p[%lu] BFC %p[%lu] FSM %p[%lu]"
6867 (void*)BPC, BPClen, (void*)BFC, BFClen, (void*)FSM, FSMlen,
6884 shmem__invalidate_scache_range (BFC, APC - BFC);
6887 zsm_sset_range_noaccess_in_secmap (BFC, BFClen);