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

12

/freebsd-11-stable/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-stable/sys/sparc64/include/
H A Dpstate.h60 #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-stable/stand/sparc64/loader/
H A Dlocore.S18 #include <machine/pstate.h>
33 wrpr %g0, PSTATE_PRIV | PSTATE_IE | PSTATE_PEF, %pstate
H A Dmain.c371 u_long data, pstate; local
378 pstate = rdpr(pstate);
379 wrpr(pstate, pstate & ~PSTATE_IE, 0);
382 wrpr(pstate, pstate, 0);
389 u_long data, pstate; local
396 pstate = rdpr(pstate);
407 u_long pstate, reg; local
432 u_long pstate, reg; local
477 u_long data, pstate, tag; local
959 u_long pstate; local
[all...]
/freebsd-11-stable/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-stable/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-stable/contrib/serf/auth/
H A Dauth_spnego.c179 authn_persistence_state_t pstate; member in struct:__anon49
295 if (gss_info->pstate != pstate_stateless)
299 switch(gss_info->pstate) {
313 gss_info->pstate = pstate_stateless;
401 gss_info->pstate = pstate_init;
478 switch (gss_info->pstate) {
641 switch(gss_info->pstate) {
644 gss_info->pstate = pstate_undecided;
650 gss_info->pstate = pstate_stateful;
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_hints.c301 struct sldns_file_parse_state pstate; local
320 memset(&pstate, 0, sizeof(pstate));
321 pstate.lineno = 1;
327 &pstate);
330 pstate.lineno, LDNS_WIREPARSE_OFFSET(status),
389 fname, pstate.lineno, buf);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c2643 wlan_peerstate_to_snmp(uint32_t pstate) argument
2647 if ((pstate & IEEE80211_NODE_AUTH) != 0)
2649 if ((pstate & IEEE80211_NODE_QOS) != 0)
2651 if ((pstate & IEEE80211_NODE_ERP) != 0)
2653 if ((pstate & IEEE80211_NODE_PWR_MGT) != 0)
2655 if ((pstate & IEEE80211_NODE_AREF) != 0)
2657 if ((pstate & IEEE80211_NODE_HT) != 0)
2659 if ((pstate & IEEE80211_NODE_HTCOMPAT) != 0)
2661 if ((pstate & IEEE80211_NODE_WPS) != 0)
2663 if ((pstate
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dauthzone.c4257 http_parse_origin(sldns_buffer* buf, struct sldns_file_parse_state* pstate) argument
4263 pstate->origin_len = sizeof(pstate->origin);
4265 pstate->origin, &pstate->origin_len);
4266 if(s) pstate->origin_len = 0;
4274 http_parse_ttl(sldns_buffer* buf, struct sldns_file_parse_state* pstate) argument
4280 pstate->default_ttl = sldns_str2period(
4290 sldns_buffer* buf, struct sldns_file_parse_state* pstate)
4297 if(http_parse_origin(buf, pstate)) {
4289 chunkline_non_comment_RR(struct auth_chunk** chunk, size_t* chunk_pos, sldns_buffer* buf, struct sldns_file_parse_state* pstate) argument
4317 struct sldns_file_parse_state pstate; local
4383 http_parse_add_rr(struct auth_xfer* xfr, struct auth_zone* z, sldns_buffer* buf, struct sldns_file_parse_state* pstate) argument
4803 struct sldns_file_parse_state pstate; local
[all...]
/freebsd-11-stable/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-stable/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-stable/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-stable/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-stable/sys/dev/cyapa/
H A Dcyapa.c1178 int pstate; local
1185 pstate = CMD_POWER_MODE_IDLE;
1230 if (pstate != npstate) {
1231 pstate = npstate;
1232 cyapa_set_power_mode(sc, pstate);
1234 switch(pstate) {

Completed in 164 milliseconds

12