Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/mm/ptdump/
H A 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()
206 st->current_flags = flag; in note_page_update_state()
232 } else if (flag != st->current_flags || level != st->level || in note_page()
236 if (st->current_flags) { in note_page()
243 st->current_flags, in note_page()
H A Dhashpagetable.c30 u64 current_flags; member
/linux-6.15/arch/arm64/kernel/
H A Dacpi.c395 unsigned long current_flags; in apei_claim_sea() local
400 current_flags = local_daif_save_flags(); in apei_claim_sea()
433 local_daif_restore(current_flags); in apei_claim_sea()
/linux-6.15/include/net/bluetooth/
H A Dmgmt.h748 __le32 current_flags; member
755 __le32 current_flags; member
1132 __le32 current_flags; member
/linux-6.15/net/bluetooth/
H A Dmgmt.c4965 u32 current_flags = 0; in get_device_flags() local
4984 current_flags = br_params->flags; in get_device_flags()
4991 current_flags = params->flags; in get_device_flags()
4997 rp.current_flags = cpu_to_le32(current_flags); in get_device_flags()
5017 ev.current_flags = cpu_to_le32(current_flags); in device_flags_changed()
5030 u32 current_flags = __le32_to_cpu(cp->current_flags); in set_device_flags() local
5040 current_flags, supported_flags); in set_device_flags()
5052 br_params->flags = current_flags; in set_device_flags()
5074 current_flags, supported_flags); in set_device_flags()
7539 u32 current_flags = 0; in add_device() local
[all …]
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c340 u32 current_flags = adapter->flags; in ixgbe_pci_sriov_disable() local
348 if (!err && (current_flags != adapter->flags || in ixgbe_pci_sriov_disable()