Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dproc.S243 flag_ptr .req x4
259 adr flag_ptr, __idmap_kpti_flag
266 ldaxr w17, [flag_ptr]
302 str wzr, [flag_ptr]
381 1: ldxr w16, [flag_ptr]
383 stxr w17, w16, [flag_ptr]
389 ldxr w16, [flag_ptr]
399 .unreq flag_ptr
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddumpfile.h703 dump_start (int phase, dump_flags_t *flag_ptr);
711 dump_begin (int phase, dump_flags_t *flag_ptr, int part);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddumpfile.h703 dump_start (int phase, dump_flags_t *flag_ptr);
711 dump_begin (int phase, dump_flags_t *flag_ptr, int part);
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_els.c5965 uint16_t *flag_ptr; in lpfc_els_rdp_cmpl() local
5998 flag_ptr = (uint16_t *)(rdp_context->page_a2 + SSF_ALARM_FLAGS); in lpfc_els_rdp_cmpl()
5999 phba->sfp_alarm |= *flag_ptr; in lpfc_els_rdp_cmpl()
6000 flag_ptr = (uint16_t *)(rdp_context->page_a2 + SSF_WARNING_FLAGS); in lpfc_els_rdp_cmpl()
6001 phba->sfp_warning |= *flag_ptr; in lpfc_els_rdp_cmpl()