Searched refs:dfh (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/ia64/include/asm/ |
H A D | switch_to.h | 42 ia64_psr(task_pt_regs(next))->dfh = !ia64_is_local_fpu_owner(next); \
|
H A D | processor.h | 99 __u64 dfh : 1; member
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify.c | 607 struct fanotify_fh *dfh, *ffh; in fanotify_alloc_name_event() local 635 dfh = fanotify_info_dir_fh(info); in fanotify_alloc_name_event() 636 len = fanotify_encode_fh(dfh, dir, dir_fh_len, hash, 0); in fanotify_alloc_name_event() 640 dfh = fanotify_info_dir2_fh(info); in fanotify_alloc_name_event() 641 len = fanotify_encode_fh(dfh, dir2, dir2_fh_len, hash, 0); in fanotify_alloc_name_event()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | traps.c | 196 psr->dfh = 0; in disabled_fph_fault()
|
H A D | signal.c | 95 if (psr->dfh) in restore_sigcontext()
|
H A D | ivt.S | 1182 rsm psr.dfh // ensure we can access fph
|
H A D | ptrace.c | 660 psr->dfh = 1; in ia64_sync_fph()
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | fsys.rst | 210 PSR.dfh Unchanged. Note: fsys-mode handlers must not write-registers!
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 6488 DebugFrameHeader *dfh; in tcg_register_jit_int() local 6519 dfh = (DebugFrameHeader *)(img + 1); in tcg_register_jit_int() 6520 memcpy(dfh, debug_frame, debug_frame_size); in tcg_register_jit_int() 6521 dfh->fde.func_start = buf; in tcg_register_jit_int() 6522 dfh->fde.func_len = buf_size; in tcg_register_jit_int()
|