Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/qti/accesscontrol/
H A Daccess_control.c154 uint64_t first_index = last_index - dynamic_partition_count; in update_master_side_mpu() local
163 range = range_base + first_index; in update_master_side_mpu()
164 owner = owner_base + first_index + 1; /* +1 for unmapped entry */ in update_master_side_mpu()
166 for (idx = first_index; idx < last_index; idx++, range++, owner++) { in update_master_side_mpu()
/rk3399_ARM-atf/drivers/qti/accesscontrol/vmidmt/
H A Dvmidmt_hal.h384 uint32_t first_index, const uint32_t *index_list,