Home
last modified time | relevance | path

Searched refs:CALLBACK (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/arch/alpha/lib/
Dcallback_srm.S19 ldq $0,hwrpb # gp is set up by CALLBACK macro.
59 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro
65 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro
78 CALLBACK(puts, CCB_PUTS, 4)
79 CALLBACK(open, CCB_OPEN, 3)
80 CALLBACK(close, CCB_CLOSE, 2)
81 CALLBACK(read, CCB_READ, 5)
82 CALLBACK(open_console, CCB_OPEN_CONSOLE, 1)
83 CALLBACK(close_console, CCB_CLOSE_CONSOLE, 1)
84 CALLBACK(getenv, CCB_GET_ENV, 4)
[all …]