Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mm/
Ddump.c56 const char *current_domain; member
270 st->current_domain = domain; in note_page()
273 domain != st->current_domain || in note_page()
290 if (st->current_domain) in note_page()
292 st->current_domain); in note_page()
305 st->current_domain = domain; in note_page()
/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_object.c492 u32 current_domain = in radeon_bo_list_validate() local
503 if ((allowed & current_domain) != 0 && in radeon_bo_list_validate()
504 (domain & current_domain) == 0 && /* will be moved */ in radeon_bo_list_validate()
507 domain = current_domain; in radeon_bo_list_validate()