Home
last modified time | relevance | path

Searched defs:idtentry (Results 1 – 3 of 3) sorted by relevance

/linux/fs/jfs/
H A Djfs_dtree.h52 struct idtentry { struct
53 pxd_t xd; /* 8: child extent descriptor */
55 s8 next; /* 1: */
56 u8 namlen; /* 1: */
57 __le16 name[11]; /* 22: 2-byte aligned */
/linux/arch/x86/entry/
H A Dentry_64.S329 .macro idtentry vector asmsym cfunc has_error_code:req macro
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c326 gate_desc idtentry = { 0 }; in prepare_debug_idt() local