Searched refs:tb1 (Results 1 – 1 of 1) sorted by relevance
709 TranslationBlock *tb1; in tb_remove() local711 tb1 = *ptb; in tb_remove()712 if (tb1 == tb) { in tb_remove()713 *ptb = *(TranslationBlock **)((char *)tb1 + next_offset); in tb_remove()716 ptb = (TranslationBlock **)((char *)tb1 + next_offset); in tb_remove()722 TranslationBlock *tb1; in tb_page_remove() local726 tb1 = *ptb; in tb_page_remove()727 n1 = (long)tb1 & 3; in tb_page_remove()728 tb1 = (TranslationBlock *)((long)tb1 & ~3); in tb_page_remove()729 if (tb1 == tb) { in tb_page_remove()[all …]