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
210 * @func: Function name of the entry point
213 * - The ASM entry point: asm_##func
214 * - The XEN PV trap entry point: xen_##func (maybe unused)
215 * - The C handler called from the ASM entry point
224 * @func: Function name of the entry point
250 * @func: Function name of the entry point
277 * DECLARE_IDTENTRY_XENCB - Declare functions for XEN HV callback entry point
279 * @func: Function name of the entry point
282 * - The ASM entry point: asm_##func
283 * - The XEN PV trap entry point: xen_##func (maybe unused)
284 * - The C handler called from the ASM entry point
286 * Maps to DECLARE_IDTENTRY(). Distinct entry point to handle the 32/64-bit
296 * @func: Function name of the entry point
299 * which is called from the ASM entry point on user mode entry
306 * DECLARE_IDTENTRY_VC - Declare functions for the VC entry point
308 * @func: Function name of the entry point
320 * @func: Function name of the entry point
329 * belong to a IST entry point (MCE, DB)
330 * @func: Function name of the entry point. Must be the same as
341 * @func: Function name of the entry point
350 * @func: Function name of the entry point
360 * @func: Function name of the entry point
370 * @func: Function name of the entry point
382 * @func: Function name of the entry point
385 * - The ASM entry point: asm_##func
396 * @func: Function name of the entry point
492 * 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