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

/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c65 u64 current_flags; member in struct:pg_state
164 st->current_flags &= ~flag->mask;
166 if (st->current_flags != 0)
167 pt_dump_seq_printf(st->seq, " unknown flags:%llx", st->current_flags);
185 pte_t pte = __pte(st->current_flags);
206 st->current_flags = flag;
232 } else if (flag != st->current_flags || level != st->level ||
236 if (st->current_flags) {
243 st->current_flags,
H A Dhashpagetable.c30 u64 current_flags; member in struct:pg_state
/linux-master/arch/arm64/kernel/
H A Dacpi.c368 unsigned long current_flags; local
373 current_flags = local_daif_save_flags();
375 /* current_flags isn't useful here as daif doesn't tell us about pNMI */
406 local_daif_restore(current_flags);
/linux-master/include/net/bluetooth/
H A Dmgmt.h747 __le32 current_flags; member in struct:mgmt_rp_get_device_flags
754 __le32 current_flags; member in struct:mgmt_cp_set_device_flags
1121 __le32 current_flags; member in struct:mgmt_ev_device_flags_changed
/linux-master/net/bluetooth/
H A Dmgmt.c5003 u32 current_flags = 0; local
5022 current_flags = br_params->flags;
5030 current_flags = params->flags;
5036 rp.current_flags = cpu_to_le32(current_flags);
5049 u32 supported_flags, u32 current_flags)
5056 ev.current_flags = cpu_to_le32(current_flags);
5069 u32 current_flags = __le32_to_cpu(cp->current_flags); local
5047 device_flags_changed(struct sock *sk, struct hci_dev *hdev, bdaddr_t *bdaddr, u8 bdaddr_type, u32 supported_flags, u32 current_flags) argument
7593 u32 current_flags = 0; local
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c339 u32 current_flags = adapter->flags; local
347 if (!err && (current_flags != adapter->flags ||

Completed in 294 milliseconds