Home
last modified time | relevance | path

Searched refs:current_flags (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/arch/powerpc/mm/ptdump/
Dptdump.c64 u64 current_flags; member
158 st->current_flags &= ~flag->mask; in dump_flag_info()
160 if (st->current_flags != 0) in dump_flag_info()
161 pt_dump_seq_printf(st->seq, " unknown flags:%llx", st->current_flags); in dump_flag_info()
187 pte_t pte = __pte(st->current_flags); in note_prot_wx()
208 st->current_flags = flag; in note_page_update_state()
237 } else if (flag != st->current_flags || level != st->level || in note_page()
243 if (st->current_flags) { in note_page()
250 st->current_flags, in note_page()
Dhashpagetable.c30 u64 current_flags; member
/Linux-v5.10/arch/arm64/kernel/
Dacpi.c362 unsigned long current_flags; in apei_claim_sea() local
367 current_flags = local_daif_save_flags(); in apei_claim_sea()
400 local_daif_restore(current_flags); in apei_claim_sea()
/Linux-v5.10/include/net/bluetooth/
Dmgmt.h733 __le32 current_flags; member
740 __le32 current_flags; member
1022 __le32 current_flags; member
Dhci_core.h144 u32 current_flags; member
697 u32 current_flags; member
/Linux-v5.10/net/bluetooth/
Dmgmt.c4030 u32 current_flags = 0; in get_device_flags() local
4045 current_flags = br_params->current_flags; in get_device_flags()
4053 current_flags = params->current_flags; in get_device_flags()
4059 rp.current_flags = cpu_to_le32(current_flags); in get_device_flags()
4072 u32 supported_flags, u32 current_flags) in device_flags_changed() argument
4079 ev.current_flags = cpu_to_le32(current_flags); in device_flags_changed()
4092 u32 current_flags = __le32_to_cpu(cp->current_flags); in set_device_flags() local
4096 __le32_to_cpu(current_flags)); in set_device_flags()
4098 if ((supported_flags | current_flags) != supported_flags) { in set_device_flags()
4100 current_flags, supported_flags); in set_device_flags()
[all …]
Dhci_request.c742 params->current_flags)) in add_to_white_list()
1087 b->current_flags)) in hci_req_set_event_filter()
Dhci_core.c3217 entry->current_flags = flags; in hci_bdaddr_list_add_with_flags()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c334 u32 current_flags = adapter->flags; in ixgbe_pci_sriov_disable() local
342 if (!err && (current_flags != adapter->flags || in ixgbe_pci_sriov_disable()