Searched refs:callable (Results 1 – 21 of 21) sorted by relevance
/openbmc/linux/tools/objtool/Documentation/ |
H A D | objtool.txt | 198 1. Each callable function must be annotated as such with the ELF 202 callable code which should be annotated accordingly. 205 callable function in order to analyze its stack metadata. 207 2. Conversely, each section of code which is *not* callable should *not* 211 This rule is needed so that objtool can ignore non-callable code. 214 3. Each callable function which calls another function must have the 236 5. A callable function may not execute kernel entry/exit instructions. 238 which shouldn't be be in callable functions anyway. 240 This rule is just a sanity check to ensure that callable functions 271 If the error is for an asm file, and func() is indeed a callable [all …]
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | ni_names.py | 45 if k.startswith('NI_') and (not callable(v)) and
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | help.py | 32 if callable(hlp):
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | case.py | 37 if hasattr(clss, 'setUpHooker') and callable(getattr(clss, 'setUpHooker')):
|
H A D | loader.py | 168 if self.tags_filter is not None and callable(self.tags_filter):
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshyacc.py | 776 def visit_commands(cmds, callable): argument 781 map(lambda c: visit_commands(c,callable), cmds) 783 callable(cmds)
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | yacc.py | 423 p.callable(pslice) 462 p.callable(pslice) 712 p.callable(pslice) 748 p.callable(pslice) 973 p.callable(pslice) 1003 p.callable(pslice) 1161 self.callable = None 1221 self.callable = pdict[self.func] 1232 self.callable = None 1244 self.callable = pdict[self.func]
|
/openbmc/u-boot/api/ |
H A D | README | 8 - per current design the syscall is a C-callable function in the U-Boot
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
H A D | fvp.py | 130 if callable(attr):
|
/openbmc/qemu/accel/tcg/ |
H A D | atomic_common.c.inc | 34 * Atomic helpers callable from TCG.
|
/openbmc/linux/Documentation/infiniband/ |
H A D | core_locking.rst | 26 which may not sleep and must be callable from any context.
|
/openbmc/linux/Documentation/timers/ |
H A D | timekeeping.rst | 143 The sched_clock() function should be callable in any context, IRQ- and
|
/openbmc/linux/Documentation/mm/ |
H A D | highmem.rst | 149 available. Therefore, kmap() is only callable from preemptible context.
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 321 if not callable(fcall):
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package.bbclass | 224 if callable(hook):
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_design_QA.rst | 280 rejected by the verifier. Also, for example, some of the bpf-callable
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 1157 if callable(recursecb):
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | cds.rst | 85 callable interface. Instead, the functional description of do_IO() also
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 1547 if callable(required_formats):
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | 1188 if callable(what):
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | CHANGELOG | 1707 * A callable object that takes the Tag object or attribute value as a 1797 * A callable that returns None/false/empty string if the given value
|