Searched refs:pstate (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dlocore.S33 #include <machine/pstate.h>
57 wrpr %g0, PSTATE_NORMAL, %pstate
98 wrpr %g0, PSTATE_NORMAL, %pstate
110 wrpr %g0, PSTATE_ALT, %pstate
123 wrpr %g0, PSTATE_INTR, %pstate
133 wrpr %g0, PSTATE_NORMAL, %pstate
H A Dinterrupt.S33 #include <machine/pstate.h>
186 1: wrpr %g0, PSTATE_NORMAL, %pstate
192 wrpr %g0, PSTATE_KERNEL, %pstate
211 wrpr %g0, PSTATE_KERNEL, %pstate
H A Dsupport.S39 #include <machine/pstate.h>
584 rdpr %pstate, %o3
585 wrpr %g0, PSTATE_NORMAL, %pstate
607 1: wrpr %o3, 0, %pstate
657 rdpr %pstate, %o3
658 wrpr %g0, PSTATE_NORMAL, %pstate
680 1: wrpr %o3, 0, %pstate
768 rdpr %pstate, %o3
769 wrpr %g0, PSTATE_NORMAL, %pstate
791 1: wrpr %o3, 0, %pstate
[all...]
H A Dswtch.S122 wrpr %g0, PSTATE_NORMAL, %pstate
124 wrpr %g0, PSTATE_ALT, %pstate
126 wrpr %g0, PSTATE_KERNEL, %pstate
H A Dexception.S70 #include <machine/pstate.h>
503 wrpr %g0, PSTATE_ALT, %pstate
520 wrpr %g0, PSTATE_ALT, %pstate
738 wrpr %g0, PSTATE_ALT, %pstate
895 wrpr %g0, PSTATE_ALT, %pstate
1074 wrpr %g0, PSTATE_ALT, %pstate
1225 wrpr %g0, PSTATE_ALT, %pstate
1282 wrpr %g0, PSTATE_ALT, %pstate
1295 wrpr %g0, PSTATE_ALT, %pstate
1444 wrpr %g0, PSTATE_ALT, %pstate
[all...]
H A Dmp_locore.S35 #include <machine/pstate.h>
54 1: wrpr %g0, PSTATE_NORMAL, %pstate
/freebsd-11.0-release/sys/boot/sparc64/loader/
H A Dlocore.S18 #include <machine/pstate.h>
33 wrpr %g0, PSTATE_PRIV | PSTATE_IE | PSTATE_PEF, %pstate
H A Dmain.c374 u_long data, pstate; local
381 pstate = rdpr(pstate);
382 wrpr(pstate, pstate & ~PSTATE_IE, 0);
385 wrpr(pstate, pstate, 0);
392 u_long data, pstate; local
399 pstate = rdpr(pstate);
410 u_long pstate, reg; local
435 u_long pstate, reg; local
480 u_long data, pstate, tag; local
967 u_long pstate; local
[all...]
/freebsd-11.0-release/sys/sparc64/include/
H A Dpstate.h26 * $FreeBSD: releng/11.0/sys/sparc64/include/pstate.h 88626 2001-12-29 07:01:34Z jake $
60 #define PSTATE_SECURE(pstate) \
61 (((pstate) & ~(PSTATE_AM|PSTATE_MM_MASK)) == (PSTATE_IE|PSTATE_PEF))
H A Dcpufunc.h33 #include <machine/pstate.h>
218 s = rdpr(pstate);
219 wrpr(pstate, s & ~PSTATE_IE, 0);
222 #define intr_restore(s) wrpr(pstate, (s), 0)
H A Dtstate.h30 #include <machine/pstate.h>
/freebsd-11.0-release/contrib/nvi/vi/
H A Dv_paragraph.c34 pstate = P_INBLANK; \
69 enum { P_INTEXT, P_INBLANK } pstate; local
114 pstate = P_INBLANK;
117 pstate = P_INTEXT;
125 switch (pstate) {
133 pstate = P_INTEXT;
207 enum { P_INTEXT, P_INBLANK } pstate; local
258 pstate = P_INBLANK;
261 pstate = P_INTEXT;
275 switch (pstate) {
[all...]
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_pcibvar.h44 int *pstate);
H A Dacpi_pcib.c260 acpi_pcib_power_for_sleep(device_t pcib, device_t dev, int *pstate) argument
265 acpi_device_pwr_for_sleep(acpi_dev, dev, pstate);
/freebsd-11.0-release/contrib/serf/auth/
H A Dauth_spnego.c173 authn_persistence_state_t pstate; member in struct:__anon5268
289 if (gss_info->pstate != pstate_stateless)
293 switch(gss_info->pstate) {
307 gss_info->pstate = pstate_stateless;
395 gss_info->pstate = pstate_init;
472 switch (gss_info->pstate) {
635 switch(gss_info->pstate) {
638 gss_info->pstate = pstate_undecided;
644 gss_info->pstate = pstate_stateful;
/freebsd-11.0-release/contrib/unbound/iterator/
H A Diter_hints.c288 struct sldns_file_parse_state pstate; local
307 memset(&pstate, 0, sizeof(pstate));
308 pstate.lineno = 1;
314 &pstate);
317 pstate.lineno, LDNS_WIREPARSE_OFFSET(status),
376 fname, pstate.lineno, buf);
/freebsd-11.0-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2641 wlan_peerstate_to_snmp(uint32_t pstate) argument
2645 if ((pstate & IEEE80211_NODE_AUTH) != 0)
2647 if ((pstate & IEEE80211_NODE_QOS) != 0)
2649 if ((pstate & IEEE80211_NODE_ERP) != 0)
2651 if ((pstate & IEEE80211_NODE_PWR_MGT) != 0)
2653 if ((pstate & IEEE80211_NODE_AREF) != 0)
2655 if ((pstate & IEEE80211_NODE_HT) != 0)
2657 if ((pstate & IEEE80211_NODE_HTCOMPAT) != 0)
2659 if ((pstate & IEEE80211_NODE_WPS) != 0)
2661 if ((pstate
[all...]
/freebsd-11.0-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c77 static const char *port_state_str(enum ibv_port_state pstate) argument
79 switch (pstate) {
/freebsd-11.0-release/contrib/groff/src/preproc/pic/
H A Dpic.y79 saved_state *pstate;
698 $<pstate>$ = p;
712 current_position.x = $<pstate>2->x;
713 current_position.y = $<pstate>2->y;
714 current_direction = $<pstate>2->dir;
718 current_table = $<pstate>2->tbl;
719 current_saved_state = $<pstate>2->prev;
720 delete $<pstate>2;
/freebsd-11.0-release/sys/dev/bxe/
H A Decore_sp.h544 unsigned long *pstate; /* pointer to state buffer */ member in struct:ecore_raw_obj
940 unsigned long *pstate; member in struct:ecore_rx_mode_ramrod_params
1031 /* A state that is set in raw.pstate, when there are pending commands */
1869 unsigned long *pstate, ecore_obj_type type,
1876 unsigned long *pstate, ecore_obj_type type,
1883 unsigned long *pstate, ecore_obj_type type,
1891 unsigned long *pstate, ecore_obj_type type,
1933 int state, unsigned long *pstate,
1975 int state, unsigned long *pstate,
H A Decore_sp.c273 return !!ECORE_TEST_BIT(o->state, o->pstate);
279 ECORE_CLEAR_BIT(o->state, o->pstate);
286 ECORE_SET_BIT(o->state, o->pstate);
299 unsigned long *pstate)
312 if (!ECORE_TEST_BIT(state, pstate)) {
336 return ecore_state_wait(sc, raw->state, raw->pstate);
2280 unsigned long *pstate, ecore_obj_type type)
2288 raw->pstate = pstate;
2298 int state, unsigned long *pstate, ecore_obj_typ
298 ecore_state_wait(struct bxe_softc *sc, int state, unsigned long *pstate) argument
2278 ecore_init_raw_obj(struct ecore_raw_obj *raw, uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type) argument
2296 ecore_init_vlan_mac_common(struct ecore_vlan_mac_obj *o, uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type, struct ecore_credit_pool_obj *macs_pool, struct ecore_credit_pool_obj *vlans_pool) argument
2319 ecore_init_mac_obj(struct bxe_softc *sc, struct ecore_vlan_mac_obj *mac_obj, uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type, struct ecore_credit_pool_obj *macs_pool) argument
2373 ecore_init_vlan_obj(struct bxe_softc *sc, struct ecore_vlan_mac_obj *vlan_obj, uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type, struct ecore_credit_pool_obj *vlans_pool) argument
2414 ecore_init_vlan_mac_obj(struct bxe_softc *sc, struct ecore_vlan_mac_obj *vlan_mac_obj, uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type, struct ecore_credit_pool_obj *macs_pool, struct ecore_credit_pool_obj *vlans_pool) argument
2477 ecore_init_vxlan_fltr_obj(struct bxe_softc *sc, struct ecore_vlan_mac_obj *vlan_mac_obj, uint8_t cl_id, uint32_t cid, uint8_t func_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type, struct ecore_credit_pool_obj *macs_pool, struct ecore_credit_pool_obj *vlans_pool) argument
4091 ecore_init_mcast_obj(struct bxe_softc *sc, struct ecore_mcast_obj *mcast_obj, uint8_t mcast_cl_id, uint32_t mcast_cid, uint8_t func_id, uint8_t engine_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type) argument
4613 ecore_init_rss_config_obj(struct bxe_softc *sc, struct ecore_rss_config_obj *rss_obj, uint8_t cl_id, uint32_t cid, uint8_t func_id, uint8_t engine_id, void *rdata, ecore_dma_addr_t rdata_mapping, int state, unsigned long *pstate, ecore_obj_type type) argument
[all...]
/freebsd-11.0-release/sys/dev/usb/gadget/
H A Dg_keyboard.c379 uint16_t offset, uint8_t *pstate)
383 uint8_t is_complete = *pstate;
377 g_keyboard_handle_request(device_t dev, const void *preq, void **pptr, uint16_t *plen, uint16_t offset, uint8_t *pstate) argument
H A Dg_mouse.c441 uint16_t offset, uint8_t *pstate)
444 uint8_t is_complete = *pstate;
439 g_mouse_handle_request(device_t dev, const void *preq, void **pptr, uint16_t *plen, uint16_t offset, uint8_t *pstate) argument
/freebsd-11.0-release/gnu/usr.bin/rcs/rlog/
H A Drlog.c969 struct stateattri const *pstate; local
978 if ((pstate = statelist)) /* only certain states wanted */
979 while (strcmp(pstate->status, pdelta->state) != 0)
980 if (!(pstate = pstate->nextstate))
/freebsd-11.0-release/sys/dev/cyapa/
H A Dcyapa.c1166 int pstate; local
1173 pstate = CMD_POWER_MODE_IDLE;
1220 if (pstate != npstate) {
1221 pstate = npstate;
1222 cyapa_set_power_mode(sc, pstate);
1224 switch(pstate) {

Completed in 369 milliseconds

12