• Home
  • Raw
  • Download

Lines Matching full:point

18  * @func:	Function name of the entry point
21 * - The ASM entry point: asm_##func
22 * - The XEN PV trap entry point: xen_##func (maybe unused)
23 * - The C handler called from the ASM entry point
36 * @func: Function name of the entry point
70 * @func: Function name of the entry point
73 * - The ASM entry point: asm_##func
74 * - The XEN PV trap entry point: xen_##func (maybe unused)
75 * - The C handler called from the ASM entry point
88 * @func: Function name of the entry point
114 * @func: Function name of the entry point
123 * @func: Function name of the entry point
142 * @func: Function name of the entry point
151 * @func: Function name of the entry point
170 * @func: Function name of the entry point
179 * @func: Function name of the entry point
211 * @func: Function name of the entry point
214 * - The ASM entry point: asm_##func
215 * - The XEN PV trap entry point: xen_##func (maybe unused)
216 * - The C handler called from the ASM entry point
225 * @func: Function name of the entry point
253 * @func: Function name of the entry point
280 * DECLARE_IDTENTRY_XENCB - Declare functions for XEN HV callback entry point
282 * @func: Function name of the entry point
285 * - The ASM entry point: asm_##func
286 * - The XEN PV trap entry point: xen_##func (maybe unused)
287 * - The C handler called from the ASM entry point
289 * Maps to DECLARE_IDTENTRY(). Distinct entry point to handle the 32/64-bit
299 * @func: Function name of the entry point
302 * which is called from the ASM entry point on user mode entry
309 * DECLARE_IDTENTRY_VC - Declare functions for the VC entry point
311 * @func: Function name of the entry point
323 * @func: Function name of the entry point
332 * belong to a IST entry point (MCE, DB)
333 * @func: Function name of the entry point. Must be the same as
344 * @func: Function name of the entry point
353 * @func: Function name of the entry point
363 * @func: Function name of the entry point
373 * @func: Function name of the entry point
385 * @func: Function name of the entry point
388 * - The ASM entry point: asm_##func
399 * @func: Function name of the entry point
495 * point is to mask off the bits above bit 7 because the push is sign
585 * Special NOIST entry point for VMX which invokes this on the kernel
589 * On 32bit this just uses the regular NMI entry point because 32-bit does