Searched refs:end_address (Results 1 – 8 of 8) sorted by relevance
37 uint64_t end_address = 0; in remove_fwl_configs() local50 &start_address, &end_address); in remove_fwl_configs()66 start_address, end_address); in remove_fwl_configs()
117 (config->end_address < STM32MP_DDR_BASE)) { in check_region_settings()123 if ((config->start_address > end) || (config->end_address > end)) { in check_region_settings()128 if (config->start_address >= config->end_address) { in check_region_settings()134 (((config->end_address + 1U) % MCE_ADDR_GRANULARITY) != 0U)) { in check_region_settings()166 config->end_address & MCE_EADDR_BADDEND_MASK); in stm32_mce_configure_region()338 config.end_address = mmio_read_32(MCE_BASE + MCE_EADDR) | in stm32_mce_get_address_encryption_state()341 if ((address >= config.start_address) && (address <= config.end_address)) { in stm32_mce_get_address_encryption_state()387 region.end_address = region.start_address + size - 1U; in fconf_populate_mce()
30 uint32_t end_address; /* Specifies the region end address */ member
50 uint32_t *end_address);
320 uint64_t start_address, uint64_t end_address);324 uint64_t *start_address, uint64_t *end_address);
892 uint64_t end_address; member947 uint64_t end_address; member
1901 uint64_t start_address, uint64_t end_address) in ti_sci_set_fwl_region() argument1927 req.end_address = end_address; in ti_sci_set_fwl_region()1960 uint64_t *start_address, uint64_t *end_address) in ti_sci_get_fwl_region() argument1993 *end_address = resp.end_address; in ti_sci_get_fwl_region()
51 uintptr_t end_address; in check_region_boundaries() local59 end_address = mem_base + stm32_risaf_get_memory_size(instance) - 1U; in check_region_boundaries()60 if ((addr > end_address) || ((addr - 1U + len) > end_address)) { in check_region_boundaries()