Linux Kernel
3.7.1
|
#include <grutables.h>
Data Fields | |
struct gru_blade_state * | gs_blade |
unsigned long | gs_gru_base_paddr |
void * | gs_gru_base_vaddr |
unsigned short | gs_gid |
unsigned short | gs_blade_id |
unsigned char | gs_chiplet_id |
unsigned char | gs_tgh_local_shift |
unsigned char | gs_tgh_first_remote |
spinlock_t | gs_asid_lock |
spinlock_t | gs_lock |
unsigned int | gs_asid |
unsigned int | gs_asid_limit |
unsigned int | gs_asid_gen |
unsigned long | gs_context_map |
unsigned long | gs_cbr_map |
unsigned long | gs_dsr_map |
unsigned int | gs_reserved_cbrs |
unsigned int | gs_reserved_dsr_bytes |
unsigned short | gs_active_contexts |
struct gru_thread_state * | gs_gts [GRU_NUM_CCH] |
int | gs_irq [GRU_NUM_TFM] |
Definition at line 411 of file grutables.h.
unsigned short gs_active_contexts |
Definition at line 448 of file grutables.h.
unsigned int gs_asid |
Definition at line 431 of file grutables.h.
unsigned int gs_asid_gen |
Definition at line 434 of file grutables.h.
unsigned int gs_asid_limit |
Definition at line 432 of file grutables.h.
spinlock_t gs_asid_lock |
Definition at line 425 of file grutables.h.
struct gru_blade_state* gs_blade |
Definition at line 412 of file grutables.h.
unsigned short gs_blade_id |
Definition at line 419 of file grutables.h.
unsigned long gs_cbr_map |
Definition at line 440 of file grutables.h.
unsigned char gs_chiplet_id |
Definition at line 420 of file grutables.h.
unsigned long gs_context_map |
Definition at line 438 of file grutables.h.
unsigned long gs_dsr_map |
Definition at line 442 of file grutables.h.
unsigned short gs_gid |
Definition at line 418 of file grutables.h.
unsigned long gs_gru_base_paddr |
Definition at line 414 of file grutables.h.
void* gs_gru_base_vaddr |
Definition at line 416 of file grutables.h.
struct gru_thread_state* gs_gts[GRU_NUM_CCH] |
Definition at line 450 of file grutables.h.
int gs_irq[GRU_NUM_TFM] |
Definition at line 452 of file grutables.h.
spinlock_t gs_lock |
Definition at line 427 of file grutables.h.
unsigned int gs_reserved_cbrs |
Definition at line 444 of file grutables.h.
unsigned int gs_reserved_dsr_bytes |
Definition at line 446 of file grutables.h.
unsigned char gs_tgh_first_remote |
Definition at line 423 of file grutables.h.
unsigned char gs_tgh_local_shift |
Definition at line 421 of file grutables.h.