Lines Matching full:point

20  * @func:	Function name of the entry point
23 * - The ASM entry point: asm_##func
24 * - The XEN PV trap entry point: xen_##func (maybe unused)
25 * - The C handler called from the ASM entry point
38 * @func: Function name of the entry point
72 * @func: Function name of the entry point
75 * - The ASM entry point: asm_##func
76 * - The XEN PV trap entry point: xen_##func (maybe unused)
77 * - The C handler called from the ASM entry point
90 * @func: Function name of the entry point
116 * @func: Function name of the entry point
125 * @func: Function name of the entry point
144 * @func: Function name of the entry point
153 * @func: Function name of the entry point
172 * @func: Function name of the entry point
181 * @func: Function name of the entry point
212 * @func: Function name of the entry point
215 * - The ASM entry point: asm_##func
216 * - The XEN PV trap entry point: xen_##func (maybe unused)
217 * - The C handler called from the ASM entry point
226 * @func: Function name of the entry point
252 * @func: Function name of the entry point
279 * DECLARE_IDTENTRY_XENCB - Declare functions for XEN HV callback entry point
281 * @func: Function name of the entry point
284 * - The ASM entry point: asm_##func
285 * - The XEN PV trap entry point: xen_##func (maybe unused)
286 * - The C handler called from the ASM entry point
288 * Maps to DECLARE_IDTENTRY(). Distinct entry point to handle the 32/64-bit
298 * @func: Function name of the entry point
301 * which is called from the ASM entry point on user mode entry
308 * DECLARE_IDTENTRY_VC - Declare functions for the VC entry point
310 * @func: Function name of the entry point
322 * @func: Function name of the entry point
331 * belong to a IST entry point (MCE, DB)
332 * @func: Function name of the entry point. Must be the same as
343 * @func: Function name of the entry point
352 * @func: Function name of the entry point
362 * @func: Function name of the entry point
372 * @func: Function name of the entry point
384 * @func: Function name of the entry point
387 * - The ASM entry point: asm_##func
398 * @func: Function name of the entry point
494 * point is to mask off the bits above bit 7 because the push is sign
591 * Special entry point for VMX which invokes this on the kernel stack, even for