HomeSort by: relevance | last modified time | path
    Searched refs:h_atomic_address (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/or1k/
sem-switch.c 867 CPU (h_atomic_address) = opval;
969 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
1001 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
1033 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
1061 USI opval = ANDBI (CPU (h_atomic_reserve), EQSI (tmp_addr, CPU (h_atomic_address)));
sem.c 728 CPU (h_atomic_address) = opval;
840 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
874 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
908 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
938 USI opval = ANDBI (CPU (h_atomic_reserve), EQSI (tmp_addr, CPU (h_atomic_address)));
cpu.c 10196 return CPU (h_atomic_address);
10204 CPU (h_atomic_address) = newval;
cpu.h 67 SI h_atomic_address; member in struct:__anon19847::__anon19848
68 #define GET_H_ATOMIC_ADDRESS() CPU (h_atomic_address)
69 #define SET_H_ATOMIC_ADDRESS(x) (CPU (h_atomic_address) = (x))
  /src/external/gpl3/gdb.old/dist/sim/or1k/
sem-switch.c 867 CPU (h_atomic_address) = opval;
969 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
1001 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
1033 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
1061 USI opval = ANDBI (CPU (h_atomic_reserve), EQSI (tmp_addr, CPU (h_atomic_address)));
sem.c 728 CPU (h_atomic_address) = opval;
840 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
874 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
908 if (EQSI (ANDSI (tmp_addr, 268435452), CPU (h_atomic_address))) {
938 USI opval = ANDBI (CPU (h_atomic_reserve), EQSI (tmp_addr, CPU (h_atomic_address)));
cpu.c 10196 return CPU (h_atomic_address);
10204 CPU (h_atomic_address) = newval;
cpu.h 67 SI h_atomic_address; member in struct:__anon22586::__anon22587
68 #define GET_H_ATOMIC_ADDRESS() CPU (h_atomic_address)
69 #define SET_H_ATOMIC_ADDRESS(x) (CPU (h_atomic_address) = (x))

Completed in 72 milliseconds