Home
last modified time | relevance | path

Searched refs:old_flags (Results 1 – 5 of 5) sorted by relevance

/arch/arm64/gunyah/
Dgunyah_hypercall.c75 enum gunyah_error gunyah_hypercall_bell_send(u64 capid, u64 new_flags, u64 *old_flags) in gunyah_hypercall_bell_send() argument
81 if (res.a0 == GUNYAH_ERROR_OK && old_flags) in gunyah_hypercall_bell_send()
82 *old_flags = res.a1; in gunyah_hypercall_bell_send()
/arch/x86/include/asm/
Dkprobes.h103 unsigned long old_flags; member
/arch/x86/mm/pat/
Dmemtype.c143 unsigned long old_flags; in set_page_memtype() local
162 old_flags = READ_ONCE(pg->flags); in set_page_memtype()
164 new_flags = (old_flags & _PGMT_CLEAR_MASK) | memtype_flags; in set_page_memtype()
165 } while (!try_cmpxchg(&pg->flags, &old_flags, new_flags)); in set_page_memtype()
/arch/x86/kernel/kprobes/
Dcore.c811 kcb->prev_kprobe.old_flags = kcb->kprobe_old_flags; in save_previous_kprobe()
820 kcb->kprobe_old_flags = kcb->prev_kprobe.old_flags; in restore_previous_kprobe()
/arch/x86/kvm/
Dx86.c12699 u32 old_flags = old ? old->flags : 0; in kvm_mmu_slot_apply_flags() local
12707 if ((old_flags ^ new_flags) & KVM_MEM_LOG_DIRTY_PAGES) in kvm_mmu_slot_apply_flags()
12733 if (WARN_ON_ONCE(!((old_flags ^ new_flags) & KVM_MEM_LOG_DIRTY_PAGES))) in kvm_mmu_slot_apply_flags()