Jaybanuan's Blog

どうせまた調べるハメになることをメモしていくブログ

upcallとdowncall

はじめに

Linuxカーネルの機能を調べているときに、upcallとdowncallという言葉を見つけた。 普通の辞書には載っておらず、専門用語のようなので、メモを残しておく。

upcall

ここの辞書に掲載されていたので、以下に引用する。

(computing, programming) A call from a lower-level subsystem, such as a kernel or framework, to a higher-level subsystem, such as user code.

downcall

同じく、ここの辞書に掲載されていたので、以下に引用する。

(computing, programming) A call from a higher-level subsystem, such as user code, to a lower-level subsystem, such as a kernel or framework.

upcallとdowncallの図示

ここのサイトで分かりやすく図示されていたので、以下に引用する。