Home
last modified time | relevance | path

Searched refs:flag_ptr (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/mm/
H A Dproc.S273 flag_ptr .req x4
290 adr_l flag_ptr, idmap_kpti_bbml2_flag
303 ldaxr w17, [flag_ptr]
354 str wzr, [flag_ptr]
436 .unreq flag_ptr
445 flag_ptr .req x4
448 adr_l flag_ptr, idmap_kpti_bbml2_flag
453 1: ldxr w16, [flag_ptr]
455 stxr w17, w16, [flag_ptr]
461 ldxr w16, [flag_ptr]
[all …]
/linux/drivers/md/dm-vdo/
H A Dmemory-alloc.c41 const bool *flag_ptr) in vdo_register_allocating_thread() argument
43 if (flag_ptr == NULL) { in vdo_register_allocating_thread()
46 flag_ptr = &allocation_always_allowed; in vdo_register_allocating_thread()
49 vdo_register_thread(&allocating_threads, new_thread, flag_ptr); in vdo_register_allocating_thread()
H A Dmemory-alloc.h154 const bool *flag_ptr);
/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c7158 uint16_t *flag_ptr; in lpfc_els_rdp_cmpl() local
7200 flag_ptr = (uint16_t *)(rdp_context->page_a2 + SSF_ALARM_FLAGS); in lpfc_els_rdp_cmpl()
7201 phba->sfp_alarm |= *flag_ptr; in lpfc_els_rdp_cmpl()
7202 flag_ptr = (uint16_t *)(rdp_context->page_a2 + SSF_WARNING_FLAGS); in lpfc_els_rdp_cmpl()
7203 phba->sfp_warning |= *flag_ptr; in lpfc_els_rdp_cmpl()