Lines Matching full:point
22 * @func: Function name of the entry point
25 * - The ASM entry point: asm_##func
26 * - The XEN PV trap entry point: xen_##func (maybe unused)
28 * - The C handler called from the ASM entry point
42 * @func: Function name of the entry point
76 * @func: Function name of the entry point
79 * - The ASM entry point: asm_##func
80 * - The XEN PV trap entry point: xen_##func (maybe unused)
81 * - The C handler called from the ASM entry point
94 * @func: Function name of the entry point
120 * @func: Function name of the entry point
129 * @func: Function name of the entry point
146 * @func: Function name of the entry point
159 * @func: Function name of the entry point
168 * @func: Function name of the entry point
187 * @func: Function name of the entry point
196 * @func: Function name of the entry point
227 * @func: Function name of the entry point
230 * - The ASM entry point: asm_##func
231 * - The XEN PV trap entry point: xen_##func (maybe unused)
232 * - The C handler called from the ASM entry point
241 * @func: Function name of the entry point
277 * @func: Function name of the entry point
314 * DECLARE_IDTENTRY_XENCB - Declare functions for XEN HV callback entry point
316 * @func: Function name of the entry point
319 * - The ASM entry point: asm_##func
320 * - The XEN PV trap entry point: xen_##func (maybe unused)
321 * - The C handler called from the ASM entry point
323 * Maps to DECLARE_IDTENTRY(). Distinct entry point to handle the 32/64-bit
333 * @func: Function name of the entry point
336 * which is called from the ASM entry point on user mode entry
343 * DECLARE_IDTENTRY_VC - Declare functions for the VC entry point
345 * @func: Function name of the entry point
357 * @func: Function name of the entry point
366 * belong to a IST entry point (MCE, DB)
367 * @func: Function name of the entry point. Must be the same as
378 * @func: Function name of the entry point
387 * @func: Function name of the entry point
397 * @func: Function name of the entry point
407 * @func: Function name of the entry point
419 * @func: Function name of the entry point
422 * - The ASM entry point: asm_##func
433 * @func: Function name of the entry point
547 * point is to mask off the bits above bit 7 because the push is sign
644 * Special entry point for VMX which invokes this on the kernel stack, even for