HomeSort by: relevance | last modified time | path
    Searched defs:l1_entry_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/cortex/
gicv3_its.c 847 uint64_t l1_entry_size, l2_entry_size; local in function:gicv3_its_table_init
853 l1_entry_size = __SHIFTOUT(baser, GITS_BASER_Entry_Size) + 1;
881 l2_entry_size = l1_entry_size;
884 l1_entry_size = GITS_INDIRECT_ENTRY_SIZE;
886 table_size = roundup2(l1_entry_size * l1_num_ids, page_size);
898 itstab->tab_l1_entry_size = l1_entry_size;
909 table_size = roundup(l1_entry_size * ncpu, page_size);
gicv3_its.c 847 uint64_t l1_entry_size, l2_entry_size; local in function:gicv3_its_table_init
853 l1_entry_size = __SHIFTOUT(baser, GITS_BASER_Entry_Size) + 1;
881 l2_entry_size = l1_entry_size;
884 l1_entry_size = GITS_INDIRECT_ENTRY_SIZE;
886 table_size = roundup2(l1_entry_size * l1_num_ids, page_size);
898 itstab->tab_l1_entry_size = l1_entry_size;
909 table_size = roundup(l1_entry_size * ncpu, page_size);

Completed in 66 milliseconds