Lines Matching defs:bg
111 const xthal_MPU_entry* fg, const xthal_MPU_entry* bg) in assert_attributes_equivalent()
120 const xthal_MPU_entry* bg) in assert_maps_equivalent()
361 xthal_MPU_entry _xthal_get_entry(const xthal_MPU_entry* fg, const xthal_MPU_entry* bg, in _xthal_get_entry()
392 int _xthal_in_bgmap(unsigned int address, const xthal_MPU_entry* bg) in _xthal_in_bgmap()
498 static void remove_inaccessible_entries(xthal_MPU_entry* fg, const xthal_MPU_entry* bg) in remove_inaccessible_entries()
625 static int get_bg_map_index(const xthal_MPU_entry* bg, unsigned first) in get_bg_map_index()
742 static unsigned next_address_to_commit(xthal_MPU_entry* fg, const xthal_MPU_entry* bg, unsigned fir… in next_address_to_commit()
759 static void safe_and_commit_overlaped_regions(xthal_MPU_entry* fg, const xthal_MPU_entry*bg, unsign… in safe_and_commit_overlaped_regions()
801 static void handle_invalid_pred(xthal_MPU_entry* fg, const xthal_MPU_entry* bg, unsigned first, int… in handle_invalid_pred()
861 static int insert_entry_if_needed_with_existing_attr(xthal_MPU_entry* fg, const xthal_MPU_entry* bg, in insert_entry_if_needed_with_existing_attr()
914 …ic unsigned int create_aligning_entries_if_required(xthal_MPU_entry* fg, const xthal_MPU_entry* bg, in create_aligning_entries_if_required()
998 static unsigned start_initial_region(xthal_MPU_entry* fg, const xthal_MPU_entry* bg, unsigned first, in start_initial_region()
1230 static int check_map(const xthal_MPU_entry* fg, unsigned int n, const xthal_MPU_entry* bg) in check_map()