Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtce_64.c87 unsigned int bitmapsz; in tce_table_setparms() local
100 bitmapsz = tbl->it_size / BITS_PER_BYTE; in tce_table_setparms()
101 bmppages = __get_free_pages(GFP_KERNEL, get_order(bitmapsz)); in tce_table_setparms()
110 memset(tbl->it_map, 0, bitmapsz); in tce_table_setparms()
Dpci-calgary_64.c791 unsigned int bitmapsz; in calgary_free_bus() local
799 bitmapsz = tbl->it_size / BITS_PER_BYTE; in calgary_free_bus()
800 free_pages((unsigned long)tbl->it_map, get_order(bitmapsz)); in calgary_free_bus()