Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/mm/ptdump/
Dptdump.c62 u64 current_flags; member
139 st->current_flags &= ~flag->mask; in dump_flag_info()
141 if (st->current_flags != 0) in dump_flag_info()
142 pt_dump_seq_printf(st->seq, " unknown flags:%llx", st->current_flags); in dump_flag_info()
179 if (!((st->current_flags & pgprot_val(PAGE_KERNEL_X)) == pgprot_val(PAGE_KERNEL_X))) in note_prot_wx()
197 st->current_flags = flag; in note_page()
210 } else if (flag != st->current_flags || level != st->level || in note_page()
216 if (st->current_flags) { in note_page()
223 st->current_flags, in note_page()
240 st->current_flags = flag; in note_page()
Dhashpagetable.c31 u64 current_flags; member
/Linux-v5.4/arch/arm64/kernel/
Dacpi.c272 unsigned long current_flags; in apei_claim_sea() local
277 current_flags = arch_local_save_flags(); in apei_claim_sea()
287 local_daif_restore(current_flags); in apei_claim_sea()
/Linux-v5.4/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()