|
論壇說明 |
歡迎您來到『史萊姆論壇』 ^___^ 您目前正以訪客的身份瀏覽本論壇,訪客所擁有的權限將受到限制,您可以瀏覽本論壇大部份的版區與文章,但您將無法參與任何討論或是使用私人訊息與其他會員交流。若您希望擁有完整的使用權限,請註冊成為我們的一份子,註冊的程序十分簡單、快速,而且最重要的是--註冊是完全免費的! 請點擊這裡:『註冊成為我們的一份子!』 |
|
主題工具 | 顯示模式 |
2016-04-14, 03:05 AM | #1 |
註冊會員
|
疑問 - 求幫忙~~這句話是什麼意思啊??
這是multi core interrupt handler的文章的其中一句話,求翻譯~~ 看不懂嗚嗚~~
A request is received by the corresponding control block, masked at the interrupt mask control block for each core, distributed by the interrupt distribution control block, and output by the CPU core to interface for each core. |
送花文章: 75,
|
2016-04-14, 04:06 PM | #2 (permalink) |
註冊會員
|
以下個人看法,僅供參考,不保證正確:
================ 這里說明的有4個步驟(4個程序): (1)A request is received by the corresponding control block 這里的大意是 -------- > 由對應的控制區塊來接收請求的信息, (2)masked at the interrupt mask control block for each core 這里的大意是 -------- >(收到請求的信息後)由每個核心的中斷遮罩控制區塊來產生遮罩 (3)distributed by the interrupt distribution control block, 這里的大意是 -------- > (產生遮罩後)再由每個中斷配置控制區塊來產生配置 (4)output by the CPU core to interface for each core 這里的大意是 -------- > (產生的配置) 最後由各個的 CPU核心輸出到介面 ----------- 最後就算完成了 |
送花文章: 1,
|