Searched refs:is_loaded (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/tables/
H A Dtbinstal.c498 u8 is_loaded = FALSE; local
502 is_loaded = (u8)
508 return (is_loaded);
516 * is_loaded - TRUE if table is loaded, FALSE otherwise
524 void acpi_tb_set_table_loaded_flag(acpi_native_uint table_index, u8 is_loaded) argument
529 if (is_loaded) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dactables.h95 void acpi_tb_set_table_loaded_flag(acpi_native_uint table_index, u8 is_loaded);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dperfmon_montecito.h161 int is_loaded; local
171 is_loaded = ctx->ctx_state == PFM_CTX_LOADED || ctx->ctx_state == PFM_CTX_MASKED;
185 DPRINT(("cnum=%u val=0x%lx, using_dbreg=%d loaded=%d\n", cnum, tmpval, ctx->ctx_fl_using_dbreg, is_loaded));
187 if (cnum == 41 && is_loaded
208 if (cnum == 38 && is_loaded && ((tmpval & 0x492UL) != 0x492UL) && ctx->ctx_fl_using_dbreg == 0) {
H A Dperfmon_itanium.h54 int is_loaded; local
59 is_loaded = ctx->ctx_state == PFM_CTX_LOADED || ctx->ctx_state == PFM_CTX_MASKED;
65 if (cnum == 13 && is_loaded && ((*val & 0x1) == 0UL) && ctx->ctx_fl_using_dbreg == 0) {
84 if (cnum == 11 && is_loaded && ((*val >> 28)& 0x1) == 0 && ctx->ctx_fl_using_dbreg == 0) {
H A Dperfmon_mckinley.h81 int is_loaded; local
89 is_loaded = ctx->ctx_state == PFM_CTX_LOADED || ctx->ctx_state == PFM_CTX_MASKED;
101 DPRINT(("cnum=%u val=0x%lx, using_dbreg=%d loaded=%d\n", cnum, *val, ctx->ctx_fl_using_dbreg, is_loaded));
103 if (cnum == 13 && is_loaded
122 if (cnum == 14 && is_loaded && ((*val & 0x2222UL) != 0x2222UL) && ctx->ctx_fl_using_dbreg == 0) {
H A Dperfmon.c2847 int i, can_access_pmu = 0, is_loaded, is_system, expert_mode; local
2854 is_loaded = state == PFM_CTX_LOADED ? 1 : 0;
2861 if (is_loaded) {
3026 if (is_loaded) {
3055 is_loaded,
3087 int is_counting, is_loaded, is_system, expert_mode; local
3093 is_loaded = state == PFM_CTX_LOADED ? 1 : 0;
3104 if (likely(is_loaded)) {
3165 if (is_loaded) {
3208 if (is_loaded) {
3283 int is_loaded, is_system, is_counting, expert_mode; local
3703 int is_system, is_loaded; local
[all...]

Completed in 63 milliseconds