Lines Matching defs:nonnull
42 nonnull(unsigned long x)
53 register long edi __asm("edi") = nonnull('d');
54 register long esi __asm("esi") = nonnull('s');
55 /* ebp: frame pointer, can't touch that here, but it'll be nonnull */
57 register long edx __asm("edx") = nonnull('x');
58 register long ecx __asm("ecx") = nonnull('c');
59 register long eax __asm("eax") = nonnull('a');
66 * stack/argument transfers, but all the arguments are nonnull
83 register long edi __asm("edi") = nonnull('d');
84 register long esi __asm("esi") = nonnull('s');
85 /* ebp: frame pointer, can't touch that here, but it'll be nonnull */
87 register long edx __asm("edx") = nonnull('x');
88 register long ecx __asm("ecx") = nonnull('c');
89 register long eax __asm("eax") = nonnull('a');
110 * stack/argument transfers, but all the arguments are nonnull