Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/mm/ptdump/
Dptdump.c65 u64 current_flags; member
164 st->current_flags &= ~flag->mask; in dump_flag_info()
166 if (st->current_flags != 0) in dump_flag_info()
167 pt_dump_seq_printf(st->seq, " unknown flags:%llx", st->current_flags); in dump_flag_info()
185 pte_t pte = __pte(st->current_flags); in note_prot_wx()
205 st->current_flags = flag; in note_page_update_state()
231 } else if (flag != st->current_flags || level != st->level || in note_page()
235 if (st->current_flags) { in note_page()
242 st->current_flags, in note_page()
Dhashpagetable.c30 u64 current_flags; member
/Linux-v6.1/arch/arm64/kernel/
Dacpi.c367 unsigned long current_flags; in apei_claim_sea() local
372 current_flags = local_daif_save_flags(); in apei_claim_sea()
405 local_daif_restore(current_flags); in apei_claim_sea()
/Linux-v6.1/include/net/bluetooth/
Dmgmt.h743 __le32 current_flags; member
750 __le32 current_flags; member
1116 __le32 current_flags; member
/Linux-v6.1/net/bluetooth/
Dmgmt.c5044 u32 current_flags = 0; in get_device_flags() local
5063 current_flags = br_params->flags; in get_device_flags()
5071 current_flags = params->flags; in get_device_flags()
5077 rp.current_flags = cpu_to_le32(current_flags); in get_device_flags()
5090 u32 supported_flags, u32 current_flags) in device_flags_changed() argument
5097 ev.current_flags = cpu_to_le32(current_flags); in device_flags_changed()
5110 u32 current_flags = __le32_to_cpu(cp->current_flags); in set_device_flags() local
5113 &cp->addr.bdaddr, cp->addr.type, current_flags); in set_device_flags()
5118 if ((supported_flags | current_flags) != supported_flags) { in set_device_flags()
5120 current_flags, supported_flags); in set_device_flags()
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c338 u32 current_flags = adapter->flags; in ixgbe_pci_sriov_disable() local
346 if (!err && (current_flags != adapter->flags || in ixgbe_pci_sriov_disable()