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

/freebsd-10.1-release/sys/dev/acpica/
H A Dacpi_cpu.c67 struct resource *p_lvlx; /* Register to read to enter state. */ member in struct:acpi_cx
71 int res_type; /* Resource type for p_lvlx. */
72 int res_rid; /* Resource ID for p_lvlx. */
687 &gas, &cx_ptr->p_lvlx, RF_SHAREABLE);
688 if (cx_ptr->p_lvlx != NULL) {
704 &gas, &cx_ptr->p_lvlx, RF_SHAREABLE);
705 if (cx_ptr->p_lvlx != NULL) {
808 if (cx_ptr->p_lvlx != NULL) {
810 cx_ptr->p_lvlx);
811 cx_ptr->p_lvlx
[all...]

Completed in 97 milliseconds